@InterfaceAudience.Private
 @InterfaceStability.Unstable
public class GetApplicationsRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
| Constructor and Description | 
|---|
| GetApplicationsRequestPBImpl() | 
| GetApplicationsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> | getApplicationStates() | 
| Set<String> | getApplicationTags() | 
| Set<String> | getApplicationTypes() | 
| org.apache.commons.lang3.Range<Long> | getFinishRange() | 
| long | getLimit() | 
| String | getName() | 
| org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto | getProto() | 
| Set<String> | getQueues() | 
| org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope | getScope() | 
| org.apache.commons.lang3.Range<Long> | getStartRange() | 
| Set<String> | getUsers() | 
| int | hashCode() | 
| void | setApplicationStates(EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> applicationStates) | 
| void | setApplicationStates(Set<String> applicationStates) | 
| void | setApplicationTags(Set<String> tags) | 
| void | setApplicationTypes(Set<String> applicationTypes) | 
| void | setFinishRange(long begin,
              long end) | 
| void | setFinishRange(org.apache.commons.lang3.Range<Long> range) | 
| void | setLimit(long limit) | 
| void | setName(String name) | 
| void | setQueues(Set<String> queues) | 
| void | setScope(org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope scope) | 
| void | setStartRange(long begin,
             long end) | 
| void | setStartRange(org.apache.commons.lang3.Range<Long> range) | 
| void | setUsers(Set<String> users) | 
| String | toString() | 
public GetApplicationsRequestPBImpl()
public GetApplicationsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto getProto()
public Set<String> getApplicationTypes()
getApplicationTypes in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setApplicationTypes(Set<String> applicationTypes)
setApplicationTypes in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic Set<String> getApplicationTags()
getApplicationTags in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setApplicationTags(Set<String> tags)
setApplicationTags in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> getApplicationStates()
getApplicationStates in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope getScope()
getScope in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setScope(org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope scope)
setScope in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setApplicationStates(EnumSet<org.apache.hadoop.yarn.api.records.YarnApplicationState> applicationStates)
setApplicationStates in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setApplicationStates(Set<String> applicationStates)
setApplicationStates in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic Set<String> getUsers()
getUsers in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setUsers(Set<String> users)
setUsers in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic Set<String> getQueues()
getQueues in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setQueues(Set<String> queues)
setQueues in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic long getLimit()
getLimit in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setLimit(long limit)
setLimit in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic org.apache.commons.lang3.Range<Long> getStartRange()
getStartRange in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setStartRange(org.apache.commons.lang3.Range<Long> range)
setStartRange in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setStartRange(long begin,
                          long end)
                   throws IllegalArgumentException
setStartRange in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestIllegalArgumentExceptionpublic org.apache.commons.lang3.Range<Long> getFinishRange()
getFinishRange in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setFinishRange(org.apache.commons.lang3.Range<Long> range)
setFinishRange in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setFinishRange(long begin,
                           long end)
setFinishRange in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic String getName()
getName in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestpublic void setName(String name)
setName in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestCopyright © 2008–2023 Apache Software Foundation. All rights reserved.