|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.security.token.TokenIdentifier org.apache.hadoop.yarn.security.ContainerTokenIdentifier
@InterfaceAudience.Public @InterfaceStability.Evolving public class ContainerTokenIdentifier
TokenIdentifier for a container. Encodes ContainerId
,
Resource
needed by the container and the target NMs host-address.
Field Summary | |
---|---|
static Text |
KIND
|
Constructor Summary | |
---|---|
ContainerTokenIdentifier()
Default constructor needed by RPC layer/SecretManager. |
|
ContainerTokenIdentifier(ContainerId containerID,
String hostName,
String appSubmitter,
Resource r,
long expiryTimeStamp,
int masterKeyId,
long rmIdentifier)
|
Method Summary | |
---|---|
String |
getApplicationSubmitter()
|
ContainerId |
getContainerID()
|
long |
getExpiryTimeStamp()
|
Text |
getKind()
Get the token kind |
int |
getMasterKeyId()
|
String |
getNmHostAddress()
|
Resource |
getResource()
|
long |
getRMIdentifer()
Get the RMIdentifier of RM in which containers are allocated |
org.apache.hadoop.security.UserGroupInformation |
getUser()
Get the Ugi with the username encoded in the token identifier |
void |
readFields(DataInput in)
Deserialize the fields of this object from in . |
void |
write(DataOutput out)
Serialize the fields of this object to out . |
Methods inherited from class org.apache.hadoop.security.token.TokenIdentifier |
---|
getBytes, getTrackingId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Text KIND
Constructor Detail |
---|
public ContainerTokenIdentifier(ContainerId containerID, String hostName, String appSubmitter, Resource r, long expiryTimeStamp, int masterKeyId, long rmIdentifier)
public ContainerTokenIdentifier()
Method Detail |
---|
public ContainerId getContainerID()
public String getApplicationSubmitter()
public String getNmHostAddress()
public Resource getResource()
public long getExpiryTimeStamp()
public int getMasterKeyId()
public long getRMIdentifer()
public void write(DataOutput out) throws IOException
Writable
out
.
out
- DataOuput
to serialize this object into.
IOException
public void readFields(DataInput in) throws IOException
Writable
in
.
For efficiency, implementations should attempt to re-use storage in the existing object where possible.
in
- DataInput
to deseriablize this object from.
IOException
public Text getKind()
org.apache.hadoop.security.token.TokenIdentifier
getKind
in class org.apache.hadoop.security.token.TokenIdentifier
public org.apache.hadoop.security.UserGroupInformation getUser()
org.apache.hadoop.security.token.TokenIdentifier
getUser
in class org.apache.hadoop.security.token.TokenIdentifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |