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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>
public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>
public YarnSecurityTokenProtos.ContainerTokenIdentifierProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public YarnSecurityTokenProtos.ContainerTokenIdentifierProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public YarnSecurityTokenProtos.ContainerTokenIdentifierProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>
IOException
public boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;
hasContainerId
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;
getContainerId
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public boolean hasNmHostAddr()
optional string nmHostAddr = 2;
hasNmHostAddr
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public String getNmHostAddr()
optional string nmHostAddr = 2;
getNmHostAddr
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public com.google.protobuf.ByteString getNmHostAddrBytes()
optional string nmHostAddr = 2;
getNmHostAddrBytes
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public String getAppSubmitter()
optional string appSubmitter = 3;
getAppSubmitter
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public com.google.protobuf.ByteString getAppSubmitterBytes()
optional string appSubmitter = 3;
getAppSubmitterBytes
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 4;
getResource
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public boolean hasExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;
hasExpiryTimeStamp
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public long getExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;
getExpiryTimeStamp
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public int getMasterKeyId()
optional int32 masterKeyId = 6 [default = -1];
getMasterKeyId
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public long getRmIdentifier()
optional int64 rmIdentifier = 7;
getRmIdentifier
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto getPriority()
optional .hadoop.yarn.PriorityProto priority = 8;
getPriority
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public boolean hasCreationTime()
optional int64 creationTime = 9;
hasCreationTime
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public long getCreationTime()
optional int64 creationTime = 9;
getCreationTime
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto getLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;
getLogAggregationContext
in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
public 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.ContainerTokenIdentifierProtoOrBuilder
Copyright © 2017 Apache Software Foundation. All Rights Reserved.