public static final class YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder> implements YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
hadoop.yarn.ContainerTokenIdentifierProto| Modifier and Type | Method and Description |
|---|---|
YarnSecurityTokenProtos.ContainerTokenIdentifierProto |
build() |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto |
buildPartial() |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clear() |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearAppSubmitter()
optional string appSubmitter = 3; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearCreationTime()
optional int64 creationTime = 9; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearExpiryTimeStamp()
optional int64 expiryTimeStamp = 5; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearMasterKeyId()
optional int32 masterKeyId = 6 [default = -1]; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearNmHostAddr()
optional string nmHostAddr = 2; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearPriority()
optional .hadoop.yarn.PriorityProto priority = 8; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearResource()
optional .hadoop.yarn.ResourceProto resource = 4; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clearRmIdentifier()
optional int64 rmIdentifier = 7; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
clone() |
String |
getAppSubmitter()
optional string appSubmitter = 3; |
com.google.protobuf.ByteString |
getAppSubmitterBytes()
optional string appSubmitter = 3; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto |
getContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder |
getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder |
getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
long |
getCreationTime()
optional int64 creationTime = 9; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getExpiryTimeStamp()
optional int64 expiryTimeStamp = 5; |
org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto |
getLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder |
getLogAggregationContextBuilder()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder |
getLogAggregationContextOrBuilder()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
int |
getMasterKeyId()
optional int32 masterKeyId = 6 [default = -1]; |
String |
getNmHostAddr()
optional string nmHostAddr = 2; |
com.google.protobuf.ByteString |
getNmHostAddrBytes()
optional string nmHostAddr = 2; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto |
getPriority()
optional .hadoop.yarn.PriorityProto priority = 8; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder |
getPriorityBuilder()
optional .hadoop.yarn.PriorityProto priority = 8; |
org.apache.hadoop.yarn.proto.YarnProtos.PriorityProtoOrBuilder |
getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 8; |
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto |
getResource()
optional .hadoop.yarn.ResourceProto resource = 4; |
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder |
getResourceBuilder()
optional .hadoop.yarn.ResourceProto resource = 4; |
org.apache.hadoop.yarn.proto.YarnProtos.ResourceProtoOrBuilder |
getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 4; |
long |
getRmIdentifier()
optional int64 rmIdentifier = 7; |
boolean |
hasAppSubmitter()
optional string appSubmitter = 3; |
boolean |
hasContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
boolean |
hasCreationTime()
optional int64 creationTime = 9; |
boolean |
hasExpiryTimeStamp()
optional int64 expiryTimeStamp = 5; |
boolean |
hasLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
boolean |
hasMasterKeyId()
optional int32 masterKeyId = 6 [default = -1]; |
boolean |
hasNmHostAddr()
optional string nmHostAddr = 2; |
boolean |
hasPriority()
optional .hadoop.yarn.PriorityProto priority = 8; |
boolean |
hasResource()
optional .hadoop.yarn.ResourceProto resource = 4; |
boolean |
hasRmIdentifier()
optional int64 rmIdentifier = 7; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
mergeContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
mergeFrom(YarnSecurityTokenProtos.ContainerTokenIdentifierProto other) |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
mergeLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
mergePriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 8; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
mergeResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 4; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setAppSubmitter(String value)
optional string appSubmitter = 3; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setAppSubmitterBytes(com.google.protobuf.ByteString value)
optional string appSubmitter = 3; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto containerId = 1; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setCreationTime(long value)
optional int64 creationTime = 9; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setExpiryTimeStamp(long value)
optional int64 expiryTimeStamp = 5; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder builderForValue)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setMasterKeyId(int value)
optional int32 masterKeyId = 6 [default = -1]; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setNmHostAddr(String value)
optional string nmHostAddr = 2; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setNmHostAddrBytes(com.google.protobuf.ByteString value)
optional string nmHostAddr = 2; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder builderForValue)
optional .hadoop.yarn.PriorityProto priority = 8; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 8; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder builderForValue)
optional .hadoop.yarn.ResourceProto resource = 4; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 4; |
YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder |
setRmIdentifier(long value)
optional int64 rmIdentifier = 7; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>public YarnSecurityTokenProtos.ContainerTokenIdentifierProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeFrom(YarnSecurityTokenProtos.ContainerTokenIdentifierProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>IOExceptionpublic boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;hasContainerId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;getContainerId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto containerId = 1;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto containerId = 1;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto containerId = 1;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto containerId = 1;public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto containerId = 1;getContainerIdOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic boolean hasNmHostAddr()
optional string nmHostAddr = 2;hasNmHostAddr in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic String getNmHostAddr()
optional string nmHostAddr = 2;getNmHostAddr in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic com.google.protobuf.ByteString getNmHostAddrBytes()
optional string nmHostAddr = 2;getNmHostAddrBytes in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setNmHostAddr(String value)
optional string nmHostAddr = 2;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearNmHostAddr()
optional string nmHostAddr = 2;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setNmHostAddrBytes(com.google.protobuf.ByteString value)
optional string nmHostAddr = 2;public boolean hasAppSubmitter()
optional string appSubmitter = 3;hasAppSubmitter in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic String getAppSubmitter()
optional string appSubmitter = 3;getAppSubmitter in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic com.google.protobuf.ByteString getAppSubmitterBytes()
optional string appSubmitter = 3;getAppSubmitterBytes in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setAppSubmitter(String value)
optional string appSubmitter = 3;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearAppSubmitter()
optional string appSubmitter = 3;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setAppSubmitterBytes(com.google.protobuf.ByteString value)
optional string appSubmitter = 3;public boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 4;hasResource in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 4;getResource in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 4;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder builderForValue)
optional .hadoop.yarn.ResourceProto resource = 4;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 4;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearResource()
optional .hadoop.yarn.ResourceProto resource = 4;public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder getResourceBuilder()
optional .hadoop.yarn.ResourceProto resource = 4;public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 4;getResourceOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic boolean hasExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;hasExpiryTimeStamp in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic long getExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;getExpiryTimeStamp in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setExpiryTimeStamp(long value)
optional int64 expiryTimeStamp = 5;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;public boolean hasMasterKeyId()
optional int32 masterKeyId = 6 [default = -1];hasMasterKeyId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic int getMasterKeyId()
optional int32 masterKeyId = 6 [default = -1];getMasterKeyId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setMasterKeyId(int value)
optional int32 masterKeyId = 6 [default = -1];public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearMasterKeyId()
optional int32 masterKeyId = 6 [default = -1];public boolean hasRmIdentifier()
optional int64 rmIdentifier = 7;hasRmIdentifier in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic long getRmIdentifier()
optional int64 rmIdentifier = 7;getRmIdentifier in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setRmIdentifier(long value)
optional int64 rmIdentifier = 7;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearRmIdentifier()
optional int64 rmIdentifier = 7;public boolean hasPriority()
optional .hadoop.yarn.PriorityProto priority = 8;hasPriority in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto getPriority()
optional .hadoop.yarn.PriorityProto priority = 8;getPriority in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 8;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder builderForValue)
optional .hadoop.yarn.PriorityProto priority = 8;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergePriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 8;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearPriority()
optional .hadoop.yarn.PriorityProto priority = 8;public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder getPriorityBuilder()
optional .hadoop.yarn.PriorityProto priority = 8;public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProtoOrBuilder getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 8;getPriorityOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic boolean hasCreationTime()
optional int64 creationTime = 9;hasCreationTime in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic long getCreationTime()
optional int64 creationTime = 9;getCreationTime in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setCreationTime(long value)
optional int64 creationTime = 9;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearCreationTime()
optional int64 creationTime = 9;public boolean hasLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;hasLogAggregationContext in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto getLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;getLogAggregationContext in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderpublic YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder builderForValue)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder getLogAggregationContextBuilder()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder getLogAggregationContextOrBuilder()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;getLogAggregationContextOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilderCopyright © 2016 Apache Software Foundation. All Rights Reserved.