org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnServiceProtos.GetApplicationsRequestProto, YarnServiceProtos.GetApplicationsRequestProto.Builder
- Enclosing class:
- YarnServiceProtos
public static interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder
- 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 |
getApplicationTypesList
List<String> getApplicationTypesList()
repeated string application_types = 1;
getApplicationTypesCount
int getApplicationTypesCount()
repeated string application_types = 1;
getApplicationTypes
String getApplicationTypes(int index)
repeated string application_types = 1;
getApplicationTypesBytes
com.google.protobuf.ByteString getApplicationTypesBytes(int index)
repeated string application_types = 1;
getApplicationStatesList
List<YarnProtos.YarnApplicationStateProto> getApplicationStatesList()
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
getApplicationStatesCount
int getApplicationStatesCount()
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
getApplicationStates
YarnProtos.YarnApplicationStateProto getApplicationStates(int index)
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
getUsersList
List<String> getUsersList()
repeated string users = 3;
getUsersCount
int getUsersCount()
repeated string users = 3;
getUsers
String getUsers(int index)
repeated string users = 3;
getUsersBytes
com.google.protobuf.ByteString getUsersBytes(int index)
repeated string users = 3;
getQueuesList
List<String> getQueuesList()
repeated string queues = 4;
getQueuesCount
int getQueuesCount()
repeated string queues = 4;
getQueues
String getQueues(int index)
repeated string queues = 4;
getQueuesBytes
com.google.protobuf.ByteString getQueuesBytes(int index)
repeated string queues = 4;
hasLimit
boolean hasLimit()
optional int64 limit = 5;
getLimit
long getLimit()
optional int64 limit = 5;
hasStartBegin
boolean hasStartBegin()
optional int64 start_begin = 6;
getStartBegin
long getStartBegin()
optional int64 start_begin = 6;
hasStartEnd
boolean hasStartEnd()
optional int64 start_end = 7;
getStartEnd
long getStartEnd()
optional int64 start_end = 7;
hasFinishBegin
boolean hasFinishBegin()
optional int64 finish_begin = 8;
getFinishBegin
long getFinishBegin()
optional int64 finish_begin = 8;
hasFinishEnd
boolean hasFinishEnd()
optional int64 finish_end = 9;
getFinishEnd
long getFinishEnd()
optional int64 finish_end = 9;
getApplicationTagsList
List<String> getApplicationTagsList()
repeated string applicationTags = 10;
getApplicationTagsCount
int getApplicationTagsCount()
repeated string applicationTags = 10;
getApplicationTags
String getApplicationTags(int index)
repeated string applicationTags = 10;
getApplicationTagsBytes
com.google.protobuf.ByteString getApplicationTagsBytes(int index)
repeated string applicationTags = 10;
hasScope
boolean hasScope()
optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];
getScope
YarnServiceProtos.ApplicationsRequestScopeProto getScope()
optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];
Copyright © 2014 Apache Software Foundation. All Rights Reserved.