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

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

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


Method Summary
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto getAppAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProtoOrBuilder getAppAttemptIdOrBuilder()
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 int getKeyId()
          optional int32 keyId = 2 [default = -1];
 boolean hasAppAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 boolean hasKeyId()
          optional int32 keyId = 2 [default = -1];
 
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

hasAppAttemptId

boolean hasAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


getAppAttemptId

org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto getAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


getAppAttemptIdOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProtoOrBuilder getAppAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


hasKeyId

boolean hasKeyId()
optional int32 keyId = 2 [default = -1];


getKeyId

int getKeyId()
optional int32 keyId = 2 [default = -1];



Copyright © 2014 Apache Software Foundation. All Rights Reserved.