org.apache.hadoop.yarn.proto
Interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnSecurityTokenProtos.ContainerTokenIdentifierProto, YarnSecurityTokenProtos.ContainerTokenIdentifierProto.Builder
Enclosing class:
YarnSecurityTokenProtos

public static interface YarnSecurityTokenProtos.ContainerTokenIdentifierProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
          optional .hadoop.yarn.ContainerIdProto containerId = 1;
 long getCreationTime()
          optional int64 creationTime = 9;
 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.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.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.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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasContainerId

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


getContainerId

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


getContainerIdOrBuilder

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


hasNmHostAddr

boolean hasNmHostAddr()
optional string nmHostAddr = 2;


getNmHostAddr

String getNmHostAddr()
optional string nmHostAddr = 2;


getNmHostAddrBytes

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


hasAppSubmitter

boolean hasAppSubmitter()
optional string appSubmitter = 3;


getAppSubmitter

String getAppSubmitter()
optional string appSubmitter = 3;


getAppSubmitterBytes

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


hasResource

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


getResource

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


getResourceOrBuilder

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


hasExpiryTimeStamp

boolean hasExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;


getExpiryTimeStamp

long getExpiryTimeStamp()
optional int64 expiryTimeStamp = 5;


hasMasterKeyId

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


getMasterKeyId

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


hasRmIdentifier

boolean hasRmIdentifier()
optional int64 rmIdentifier = 7;


getRmIdentifier

long getRmIdentifier()
optional int64 rmIdentifier = 7;


hasPriority

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


getPriority

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


getPriorityOrBuilder

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


hasCreationTime

boolean hasCreationTime()
optional int64 creationTime = 9;


getCreationTime

long getCreationTime()
optional int64 creationTime = 9;


hasLogAggregationContext

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


getLogAggregationContext

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


getLogAggregationContextOrBuilder

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.