org.apache.hadoop.yarn.proto
Class YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
Enclosing class:
YarnSecurityTokenProtos.ContainerTokenIdentifierProto

public static final class YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>
implements YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

Protobuf type hadoop.yarn.ContainerTokenIdentifierProto


Method Summary
 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;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>

clear

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>

clone

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>

getDefaultInstanceForType

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>

mergeFrom

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeFrom(YarnSecurityTokenProtos.ContainerTokenIdentifierProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>

mergeFrom

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                        throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder>
Throws:
IOException

hasContainerId

public boolean hasContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;

Specified by:
hasContainerId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getContainerId

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;

Specified by:
getContainerId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setContainerId

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto containerId = 1;


setContainerId

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
optional .hadoop.yarn.ContainerIdProto containerId = 1;


mergeContainerId

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeContainerId(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
optional .hadoop.yarn.ContainerIdProto containerId = 1;


clearContainerId

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearContainerId()
optional .hadoop.yarn.ContainerIdProto containerId = 1;


getContainerIdBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder getContainerIdBuilder()
optional .hadoop.yarn.ContainerIdProto containerId = 1;


getContainerIdOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
optional .hadoop.yarn.ContainerIdProto containerId = 1;

Specified by:
getContainerIdOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

hasNmHostAddr

public boolean hasNmHostAddr()
optional string nmHostAddr = 2;

Specified by:
hasNmHostAddr in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getNmHostAddr

public String getNmHostAddr()
optional string nmHostAddr = 2;

Specified by:
getNmHostAddr in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getNmHostAddrBytes

public com.google.protobuf.ByteString getNmHostAddrBytes()
optional string nmHostAddr = 2;

Specified by:
getNmHostAddrBytes in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setNmHostAddr

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setNmHostAddr(String value)
optional string nmHostAddr = 2;


clearNmHostAddr

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearNmHostAddr()
optional string nmHostAddr = 2;


setNmHostAddrBytes

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setNmHostAddrBytes(com.google.protobuf.ByteString value)
optional string nmHostAddr = 2;


hasAppSubmitter

public boolean hasAppSubmitter()
optional string appSubmitter = 3;

Specified by:
hasAppSubmitter in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getAppSubmitter

public String getAppSubmitter()
optional string appSubmitter = 3;

Specified by:
getAppSubmitter in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getAppSubmitterBytes

public com.google.protobuf.ByteString getAppSubmitterBytes()
optional string appSubmitter = 3;

Specified by:
getAppSubmitterBytes in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setAppSubmitter

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setAppSubmitter(String value)
optional string appSubmitter = 3;


clearAppSubmitter

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearAppSubmitter()
optional string appSubmitter = 3;


setAppSubmitterBytes

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setAppSubmitterBytes(com.google.protobuf.ByteString value)
optional string appSubmitter = 3;


hasResource

public boolean hasResource()
optional .hadoop.yarn.ResourceProto resource = 4;

Specified by:
hasResource in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getResource

public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto getResource()
optional .hadoop.yarn.ResourceProto resource = 4;

Specified by:
getResource in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setResource

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 4;


setResource

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder builderForValue)
optional .hadoop.yarn.ResourceProto resource = 4;


mergeResource

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeResource(org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto value)
optional .hadoop.yarn.ResourceProto resource = 4;


clearResource

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearResource()
optional .hadoop.yarn.ResourceProto resource = 4;


getResourceBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProto.Builder getResourceBuilder()
optional .hadoop.yarn.ResourceProto resource = 4;


getResourceOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ResourceProtoOrBuilder getResourceOrBuilder()
optional .hadoop.yarn.ResourceProto resource = 4;

Specified by:
getResourceOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

hasExpiryTimeStamp

public boolean hasExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;

Specified by:
hasExpiryTimeStamp in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getExpiryTimeStamp

public long getExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;

Specified by:
getExpiryTimeStamp in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setExpiryTimeStamp

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setExpiryTimeStamp(long value)
optional int64 expiryTimeStamp = 5;


clearExpiryTimeStamp

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;


hasMasterKeyId

public boolean hasMasterKeyId()
optional int32 masterKeyId = 6 [default = -1];

Specified by:
hasMasterKeyId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getMasterKeyId

public int getMasterKeyId()
optional int32 masterKeyId = 6 [default = -1];

Specified by:
getMasterKeyId in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setMasterKeyId

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setMasterKeyId(int value)
optional int32 masterKeyId = 6 [default = -1];


clearMasterKeyId

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearMasterKeyId()
optional int32 masterKeyId = 6 [default = -1];


hasRmIdentifier

public boolean hasRmIdentifier()
optional int64 rmIdentifier = 7;

Specified by:
hasRmIdentifier in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getRmIdentifier

public long getRmIdentifier()
optional int64 rmIdentifier = 7;

Specified by:
getRmIdentifier in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setRmIdentifier

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setRmIdentifier(long value)
optional int64 rmIdentifier = 7;


clearRmIdentifier

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearRmIdentifier()
optional int64 rmIdentifier = 7;


hasPriority

public boolean hasPriority()
optional .hadoop.yarn.PriorityProto priority = 8;

Specified by:
hasPriority in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getPriority

public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto getPriority()
optional .hadoop.yarn.PriorityProto priority = 8;

Specified by:
getPriority in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setPriority

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 8;


setPriority

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setPriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder builderForValue)
optional .hadoop.yarn.PriorityProto priority = 8;


mergePriority

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergePriority(org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto value)
optional .hadoop.yarn.PriorityProto priority = 8;


clearPriority

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearPriority()
optional .hadoop.yarn.PriorityProto priority = 8;


getPriorityBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProto.Builder getPriorityBuilder()
optional .hadoop.yarn.PriorityProto priority = 8;


getPriorityOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.PriorityProtoOrBuilder getPriorityOrBuilder()
optional .hadoop.yarn.PriorityProto priority = 8;

Specified by:
getPriorityOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

hasCreationTime

public boolean hasCreationTime()
optional int64 creationTime = 9;

Specified by:
hasCreationTime in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getCreationTime

public long getCreationTime()
optional int64 creationTime = 9;

Specified by:
getCreationTime in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setCreationTime

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setCreationTime(long value)
optional int64 creationTime = 9;


clearCreationTime

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearCreationTime()
optional int64 creationTime = 9;


hasLogAggregationContext

public boolean hasLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;

Specified by:
hasLogAggregationContext in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

getLogAggregationContext

public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto getLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;

Specified by:
getLogAggregationContext in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

setLogAggregationContext

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;


setLogAggregationContext

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder setLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder builderForValue)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;


mergeLogAggregationContext

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder mergeLogAggregationContext(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto value)
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;


clearLogAggregationContext

public YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder clearLogAggregationContext()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;


getLogAggregationContextBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder getLogAggregationContextBuilder()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;


getLogAggregationContextOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtoOrBuilder getLogAggregationContextOrBuilder()
optional .hadoop.yarn.LogAggregationContextProto logAggregationContext = 10;

Specified by:
getLogAggregationContextOrBuilder in interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.