org.apache.hadoop.yarn.proto
Interface YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder

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

public static interface YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getAppId()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getAppIdOrBuilder()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 com.google.protobuf.ByteString getCredentialsForApp()
          optional bytes credentialsForApp = 2;
 boolean hasAppId()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 boolean hasCredentialsForApp()
          optional bytes credentialsForApp = 2;
 
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

hasAppId

boolean hasAppId()
optional .hadoop.yarn.ApplicationIdProto appId = 1;


getAppId

org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getAppId()
optional .hadoop.yarn.ApplicationIdProto appId = 1;


getAppIdOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getAppIdOrBuilder()
optional .hadoop.yarn.ApplicationIdProto appId = 1;


hasCredentialsForApp

boolean hasCredentialsForApp()
optional bytes credentialsForApp = 2;


getCredentialsForApp

com.google.protobuf.ByteString getCredentialsForApp()
optional bytes credentialsForApp = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.