Class ApplicationsRequestBuilder
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.ApplicationsRequestBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequestbuild()static ApplicationsRequestBuildercreate()withApplicationTags(Set<String> applicationTags) withApplicationTypes(Set<String> applicationTypes) withFinishTimeBegin(String finishBegin) withFinishTimeEnd(String finishEnd) withQueueQuery(ResourceManager rm, String queueQuery) withStartedTimeBegin(String startedBegin) withStartedTimeEnd(String startedEnd) withStateQuery(String stateQuery) withStatesQuery(Set<String> statesQuery) withUserQuery(String userQuery)
-
Method Details
-
create
-
withStateQuery
-
withStatesQuery
-
withUserQuery
-
withQueueQuery
-
withLimit
-
withStartedTimeBegin
-
withStartedTimeEnd
-
withFinishTimeBegin
-
withFinishTimeEnd
-
withApplicationTypes
-
withApplicationTags
-
withName
-
build
public org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest build()
-