org.apache.hadoop.yarn.proto
Class YarnServiceProtos.GetApplicationsRequestProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServiceProtos.GetApplicationsRequestProtoOrBuilder
Enclosing class:
YarnServiceProtos.GetApplicationsRequestProto

public static final class YarnServiceProtos.GetApplicationsRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>
implements YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

Protobuf type hadoop.yarn.GetApplicationsRequestProto


Method Summary
 YarnServiceProtos.GetApplicationsRequestProto.Builder addAllApplicationStates(Iterable<? extends YarnProtos.YarnApplicationStateProto> values)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addAllApplicationTags(Iterable<String> values)
          repeated string applicationTags = 10;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addAllApplicationTypes(Iterable<String> values)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addAllQueues(Iterable<String> values)
          repeated string queues = 4;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addAllUsers(Iterable<String> values)
          repeated string users = 3;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationStates(YarnProtos.YarnApplicationStateProto value)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTags(String value)
          repeated string applicationTags = 10;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTagsBytes(com.google.protobuf.ByteString value)
          repeated string applicationTags = 10;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTypes(String value)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTypesBytes(com.google.protobuf.ByteString value)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addQueues(String value)
          repeated string queues = 4;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addQueuesBytes(com.google.protobuf.ByteString value)
          repeated string queues = 4;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addUsers(String value)
          repeated string users = 3;
 YarnServiceProtos.GetApplicationsRequestProto.Builder addUsersBytes(com.google.protobuf.ByteString value)
          repeated string users = 3;
 YarnServiceProtos.GetApplicationsRequestProto build()
           
 YarnServiceProtos.GetApplicationsRequestProto buildPartial()
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder clear()
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearApplicationStates()
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearApplicationTags()
          repeated string applicationTags = 10;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearApplicationTypes()
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearFinishBegin()
          optional int64 finish_begin = 8;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearFinishEnd()
          optional int64 finish_end = 9;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearLimit()
          optional int64 limit = 5;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearQueues()
          repeated string queues = 4;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearScope()
          optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearStartBegin()
          optional int64 start_begin = 6;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearStartEnd()
          optional int64 start_end = 7;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clearUsers()
          repeated string users = 3;
 YarnServiceProtos.GetApplicationsRequestProto.Builder clone()
           
 YarnProtos.YarnApplicationStateProto getApplicationStates(int index)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 int getApplicationStatesCount()
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 List<YarnProtos.YarnApplicationStateProto> getApplicationStatesList()
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 String getApplicationTags(int index)
          repeated string applicationTags = 10;
 com.google.protobuf.ByteString getApplicationTagsBytes(int index)
          repeated string applicationTags = 10;
 int getApplicationTagsCount()
          repeated string applicationTags = 10;
 List<String> getApplicationTagsList()
          repeated string applicationTags = 10;
 String getApplicationTypes(int index)
          repeated string application_types = 1;
 com.google.protobuf.ByteString getApplicationTypesBytes(int index)
          repeated string application_types = 1;
 int getApplicationTypesCount()
          repeated string application_types = 1;
 List<String> getApplicationTypesList()
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 long getFinishBegin()
          optional int64 finish_begin = 8;
 long getFinishEnd()
          optional int64 finish_end = 9;
 long getLimit()
          optional int64 limit = 5;
 String getQueues(int index)
          repeated string queues = 4;
 com.google.protobuf.ByteString getQueuesBytes(int index)
          repeated string queues = 4;
 int getQueuesCount()
          repeated string queues = 4;
 List<String> getQueuesList()
          repeated string queues = 4;
 YarnServiceProtos.ApplicationsRequestScopeProto getScope()
          optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];
 long getStartBegin()
          optional int64 start_begin = 6;
 long getStartEnd()
          optional int64 start_end = 7;
 String getUsers(int index)
          repeated string users = 3;
 com.google.protobuf.ByteString getUsersBytes(int index)
          repeated string users = 3;
 int getUsersCount()
          repeated string users = 3;
 List<String> getUsersList()
          repeated string users = 3;
 boolean hasFinishBegin()
          optional int64 finish_begin = 8;
 boolean hasFinishEnd()
          optional int64 finish_end = 9;
 boolean hasLimit()
          optional int64 limit = 5;
 boolean hasScope()
          optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];
 boolean hasStartBegin()
          optional int64 start_begin = 6;
 boolean hasStartEnd()
          optional int64 start_end = 7;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder mergeFrom(YarnServiceProtos.GetApplicationsRequestProto other)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder setApplicationStates(int index, YarnProtos.YarnApplicationStateProto value)
          repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setApplicationTags(int index, String value)
          repeated string applicationTags = 10;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setApplicationTypes(int index, String value)
          repeated string application_types = 1;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setFinishBegin(long value)
          optional int64 finish_begin = 8;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setFinishEnd(long value)
          optional int64 finish_end = 9;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setLimit(long value)
          optional int64 limit = 5;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setQueues(int index, String value)
          repeated string queues = 4;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setScope(YarnServiceProtos.ApplicationsRequestScopeProto value)
          optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];
 YarnServiceProtos.GetApplicationsRequestProto.Builder setStartBegin(long value)
          optional int64 start_begin = 6;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setStartEnd(long value)
          optional int64 start_end = 7;
 YarnServiceProtos.GetApplicationsRequestProto.Builder setUsers(int index, String value)
          repeated string users = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>

clear

public YarnServiceProtos.GetApplicationsRequestProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>

clone

public YarnServiceProtos.GetApplicationsRequestProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>

getDefaultInstanceForType

public YarnServiceProtos.GetApplicationsRequestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public YarnServiceProtos.GetApplicationsRequestProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public YarnServiceProtos.GetApplicationsRequestProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public YarnServiceProtos.GetApplicationsRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>

mergeFrom

public YarnServiceProtos.GetApplicationsRequestProto.Builder mergeFrom(YarnServiceProtos.GetApplicationsRequestProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>

mergeFrom

public YarnServiceProtos.GetApplicationsRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServiceProtos.GetApplicationsRequestProto.Builder>
Throws:
IOException

getApplicationTypesList

public List<String> getApplicationTypesList()
repeated string application_types = 1;

Specified by:
getApplicationTypesList in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationTypesCount

public int getApplicationTypesCount()
repeated string application_types = 1;

Specified by:
getApplicationTypesCount in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationTypes

public String getApplicationTypes(int index)
repeated string application_types = 1;

Specified by:
getApplicationTypes in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationTypesBytes

public com.google.protobuf.ByteString getApplicationTypesBytes(int index)
repeated string application_types = 1;

Specified by:
getApplicationTypesBytes in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setApplicationTypes

public YarnServiceProtos.GetApplicationsRequestProto.Builder setApplicationTypes(int index,
                                                                                 String value)
repeated string application_types = 1;


addApplicationTypes

public YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTypes(String value)
repeated string application_types = 1;


addAllApplicationTypes

public YarnServiceProtos.GetApplicationsRequestProto.Builder addAllApplicationTypes(Iterable<String> values)
repeated string application_types = 1;


clearApplicationTypes

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearApplicationTypes()
repeated string application_types = 1;


addApplicationTypesBytes

public YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTypesBytes(com.google.protobuf.ByteString value)
repeated string application_types = 1;


getApplicationStatesList

public List<YarnProtos.YarnApplicationStateProto> getApplicationStatesList()
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;

Specified by:
getApplicationStatesList in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationStatesCount

public int getApplicationStatesCount()
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;

Specified by:
getApplicationStatesCount in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationStates

public YarnProtos.YarnApplicationStateProto getApplicationStates(int index)
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;

Specified by:
getApplicationStates in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setApplicationStates

public YarnServiceProtos.GetApplicationsRequestProto.Builder setApplicationStates(int index,
                                                                                  YarnProtos.YarnApplicationStateProto value)
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;


addApplicationStates

public YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationStates(YarnProtos.YarnApplicationStateProto value)
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;


addAllApplicationStates

public YarnServiceProtos.GetApplicationsRequestProto.Builder addAllApplicationStates(Iterable<? extends YarnProtos.YarnApplicationStateProto> values)
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;


clearApplicationStates

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearApplicationStates()
repeated .hadoop.yarn.YarnApplicationStateProto application_states = 2;


getUsersList

public List<String> getUsersList()
repeated string users = 3;

Specified by:
getUsersList in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getUsersCount

public int getUsersCount()
repeated string users = 3;

Specified by:
getUsersCount in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getUsers

public String getUsers(int index)
repeated string users = 3;

Specified by:
getUsers in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getUsersBytes

public com.google.protobuf.ByteString getUsersBytes(int index)
repeated string users = 3;

Specified by:
getUsersBytes in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setUsers

public YarnServiceProtos.GetApplicationsRequestProto.Builder setUsers(int index,
                                                                      String value)
repeated string users = 3;


addUsers

public YarnServiceProtos.GetApplicationsRequestProto.Builder addUsers(String value)
repeated string users = 3;


addAllUsers

public YarnServiceProtos.GetApplicationsRequestProto.Builder addAllUsers(Iterable<String> values)
repeated string users = 3;


clearUsers

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearUsers()
repeated string users = 3;


addUsersBytes

public YarnServiceProtos.GetApplicationsRequestProto.Builder addUsersBytes(com.google.protobuf.ByteString value)
repeated string users = 3;


getQueuesList

public List<String> getQueuesList()
repeated string queues = 4;

Specified by:
getQueuesList in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getQueuesCount

public int getQueuesCount()
repeated string queues = 4;

Specified by:
getQueuesCount in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getQueues

public String getQueues(int index)
repeated string queues = 4;

Specified by:
getQueues in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getQueuesBytes

public com.google.protobuf.ByteString getQueuesBytes(int index)
repeated string queues = 4;

Specified by:
getQueuesBytes in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setQueues

public YarnServiceProtos.GetApplicationsRequestProto.Builder setQueues(int index,
                                                                       String value)
repeated string queues = 4;


addQueues

public YarnServiceProtos.GetApplicationsRequestProto.Builder addQueues(String value)
repeated string queues = 4;


addAllQueues

public YarnServiceProtos.GetApplicationsRequestProto.Builder addAllQueues(Iterable<String> values)
repeated string queues = 4;


clearQueues

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearQueues()
repeated string queues = 4;


addQueuesBytes

public YarnServiceProtos.GetApplicationsRequestProto.Builder addQueuesBytes(com.google.protobuf.ByteString value)
repeated string queues = 4;


hasLimit

public boolean hasLimit()
optional int64 limit = 5;

Specified by:
hasLimit in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getLimit

public long getLimit()
optional int64 limit = 5;

Specified by:
getLimit in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setLimit

public YarnServiceProtos.GetApplicationsRequestProto.Builder setLimit(long value)
optional int64 limit = 5;


clearLimit

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearLimit()
optional int64 limit = 5;


hasStartBegin

public boolean hasStartBegin()
optional int64 start_begin = 6;

Specified by:
hasStartBegin in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getStartBegin

public long getStartBegin()
optional int64 start_begin = 6;

Specified by:
getStartBegin in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setStartBegin

public YarnServiceProtos.GetApplicationsRequestProto.Builder setStartBegin(long value)
optional int64 start_begin = 6;


clearStartBegin

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearStartBegin()
optional int64 start_begin = 6;


hasStartEnd

public boolean hasStartEnd()
optional int64 start_end = 7;

Specified by:
hasStartEnd in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getStartEnd

public long getStartEnd()
optional int64 start_end = 7;

Specified by:
getStartEnd in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setStartEnd

public YarnServiceProtos.GetApplicationsRequestProto.Builder setStartEnd(long value)
optional int64 start_end = 7;


clearStartEnd

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearStartEnd()
optional int64 start_end = 7;


hasFinishBegin

public boolean hasFinishBegin()
optional int64 finish_begin = 8;

Specified by:
hasFinishBegin in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getFinishBegin

public long getFinishBegin()
optional int64 finish_begin = 8;

Specified by:
getFinishBegin in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setFinishBegin

public YarnServiceProtos.GetApplicationsRequestProto.Builder setFinishBegin(long value)
optional int64 finish_begin = 8;


clearFinishBegin

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearFinishBegin()
optional int64 finish_begin = 8;


hasFinishEnd

public boolean hasFinishEnd()
optional int64 finish_end = 9;

Specified by:
hasFinishEnd in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getFinishEnd

public long getFinishEnd()
optional int64 finish_end = 9;

Specified by:
getFinishEnd in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setFinishEnd

public YarnServiceProtos.GetApplicationsRequestProto.Builder setFinishEnd(long value)
optional int64 finish_end = 9;


clearFinishEnd

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearFinishEnd()
optional int64 finish_end = 9;


getApplicationTagsList

public List<String> getApplicationTagsList()
repeated string applicationTags = 10;

Specified by:
getApplicationTagsList in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationTagsCount

public int getApplicationTagsCount()
repeated string applicationTags = 10;

Specified by:
getApplicationTagsCount in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationTags

public String getApplicationTags(int index)
repeated string applicationTags = 10;

Specified by:
getApplicationTags in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getApplicationTagsBytes

public com.google.protobuf.ByteString getApplicationTagsBytes(int index)
repeated string applicationTags = 10;

Specified by:
getApplicationTagsBytes in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setApplicationTags

public YarnServiceProtos.GetApplicationsRequestProto.Builder setApplicationTags(int index,
                                                                                String value)
repeated string applicationTags = 10;


addApplicationTags

public YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTags(String value)
repeated string applicationTags = 10;


addAllApplicationTags

public YarnServiceProtos.GetApplicationsRequestProto.Builder addAllApplicationTags(Iterable<String> values)
repeated string applicationTags = 10;


clearApplicationTags

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearApplicationTags()
repeated string applicationTags = 10;


addApplicationTagsBytes

public YarnServiceProtos.GetApplicationsRequestProto.Builder addApplicationTagsBytes(com.google.protobuf.ByteString value)
repeated string applicationTags = 10;


hasScope

public boolean hasScope()
optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];

Specified by:
hasScope in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

getScope

public YarnServiceProtos.ApplicationsRequestScopeProto getScope()
optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];

Specified by:
getScope in interface YarnServiceProtos.GetApplicationsRequestProtoOrBuilder

setScope

public YarnServiceProtos.GetApplicationsRequestProto.Builder setScope(YarnServiceProtos.ApplicationsRequestScopeProto value)
optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];


clearScope

public YarnServiceProtos.GetApplicationsRequestProto.Builder clearScope()
optional .hadoop.yarn.ApplicationsRequestScopeProto scope = 11 [default = ALL];



Copyright © 2014 Apache Software Foundation. All Rights Reserved.