Java org.apache.hadoop.yarn.api.protocolrecords GetApplicationsRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.protocolrecords GetApplicationsRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.protocolrecords GetApplicationsRequest.

The text is from its open source code.

Method

GetApplicationsRequestnewInstance(ApplicationsRequestScope scope)

The request from clients to get a report of Applications matching the giving application types in the cluster from the ResourceManager.

GetApplicationsRequestnewInstance(Set applicationTypes)

The request from clients to get a report of Applications matching the giving application types in the cluster from the ResourceManager.

GetApplicationsRequestnewInstance(EnumSet applicationStates)

The request from clients to get a report of Applications matching the giving application states in the cluster from the ResourceManager.

GetApplicationsRequestnewInstance()
voidsetApplicationTags(Set tags)
Set the list of tags to filter applications on
voidsetScope(ApplicationsRequestScope scope)
Set the ApplicationsRequestScope of applications to filter.
voidsetStartRange(long begin, long end)
Set the range of start times to filter applications on