org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnServiceProtos.RegisterApplicationMasterResponseProto, YarnServiceProtos.RegisterApplicationMasterResponseProto.Builder
- Enclosing class:
- YarnServiceProtos
public static interface YarnServiceProtos.RegisterApplicationMasterResponseProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 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 |
hasMaximumCapability
boolean hasMaximumCapability()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;
getMaximumCapability
YarnProtos.ResourceProto getMaximumCapability()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;
getMaximumCapabilityOrBuilder
YarnProtos.ResourceProtoOrBuilder getMaximumCapabilityOrBuilder()
optional .hadoop.yarn.ResourceProto maximumCapability = 1;
hasClientToAmTokenMasterKey
boolean hasClientToAmTokenMasterKey()
optional bytes client_to_am_token_master_key = 2;
getClientToAmTokenMasterKey
com.google.protobuf.ByteString getClientToAmTokenMasterKey()
optional bytes client_to_am_token_master_key = 2;
getApplicationACLsList
List<YarnProtos.ApplicationACLMapProto> getApplicationACLsList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
getApplicationACLs
YarnProtos.ApplicationACLMapProto getApplicationACLs(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
getApplicationACLsCount
int getApplicationACLsCount()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
getApplicationACLsOrBuilderList
List<? extends YarnProtos.ApplicationACLMapProtoOrBuilder> getApplicationACLsOrBuilderList()
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
getApplicationACLsOrBuilder
YarnProtos.ApplicationACLMapProtoOrBuilder getApplicationACLsOrBuilder(int index)
repeated .hadoop.yarn.ApplicationACLMapProto application_ACLs = 3;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.