org.apache.hadoop.yarn.proto
Interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

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

public static interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
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;
 String getClientName()
          optional string clientName = 2;
 com.google.protobuf.ByteString getClientNameBytes()
          optional string clientName = 2;
 String getMessage()
          optional string message = 3;
 com.google.protobuf.ByteString getMessageBytes()
          optional string message = 3;
 boolean hasAppAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 boolean hasClientName()
          optional string clientName = 2;
 boolean hasMessage()
          optional string message = 3;
 
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;


hasClientName

boolean hasClientName()
optional string clientName = 2;


getClientName

String getClientName()
optional string clientName = 2;


getClientNameBytes

com.google.protobuf.ByteString getClientNameBytes()
optional string clientName = 2;


hasMessage

boolean hasMessage()
optional string message = 3;


getMessage

String getMessage()
optional string message = 3;


getMessageBytes

com.google.protobuf.ByteString getMessageBytes()
optional string message = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.