@InterfaceAudience.Public
@InterfaceStability.Evolving
public class ClientToAMTokenIdentifier
extends org.apache.hadoop.security.token.TokenIdentifier
Modifier and Type | Class and Description |
---|---|
static class |
ClientToAMTokenIdentifier.Renewer |
Modifier and Type | Field and Description |
---|---|
static org.apache.hadoop.io.Text |
KIND_NAME |
Constructor and Description |
---|
ClientToAMTokenIdentifier() |
ClientToAMTokenIdentifier(org.apache.hadoop.yarn.api.records.ApplicationAttemptId id,
String client) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptID() |
String |
getClientName() |
org.apache.hadoop.io.Text |
getKind() |
org.apache.hadoop.security.UserGroupInformation |
getUser() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public ClientToAMTokenIdentifier()
public ClientToAMTokenIdentifier(org.apache.hadoop.yarn.api.records.ApplicationAttemptId id, String client)
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptID()
public String getClientName()
public void write(DataOutput out) throws IOException
IOException
public void readFields(DataInput in) throws IOException
IOException
public org.apache.hadoop.io.Text getKind()
getKind
in class org.apache.hadoop.security.token.TokenIdentifier
public org.apache.hadoop.security.UserGroupInformation getUser()
getUser
in class org.apache.hadoop.security.token.TokenIdentifier
Copyright © 2018 Apache Software Foundation. All Rights Reserved.