Modifier and Type | Method and Description |
---|---|
GetApplicationsResponse |
ApplicationClientProtocol.getApplications(GetApplicationsRequest request)
The interface used by clients to get a report of Applications
matching the filters defined by
GetApplicationsRequest
in the cluster from the ResourceManager . |
Modifier and Type | Method and Description |
---|---|
GetApplicationsResponse |
ApplicationClientProtocolPBClientImpl.getApplications(GetApplicationsRequest request) |
Modifier and Type | Method and Description |
---|---|
static GetApplicationsRequest |
GetApplicationsRequest.newInstance() |
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(EnumSet<YarnApplicationState> applicationStates)
The request from clients to get a report of Applications matching the
giving application states in the cluster from the
ResourceManager . |
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(Set<String> applicationTypes)
The request from clients to get a report of Applications matching the
giving application types in the cluster from the
ResourceManager . |
static GetApplicationsRequest |
GetApplicationsRequest.newInstance(Set<String> applicationTypes,
EnumSet<YarnApplicationState> applicationStates)
The request from clients to get a report of Applications matching the
giving and application types and application types in the cluster from the
ResourceManager . |
Modifier and Type | Class and Description |
---|---|
class |
GetApplicationsRequestPBImpl |
Modifier and Type | Method and Description |
---|---|
GetApplicationsResponse |
ClientRMService.getApplications(GetApplicationsRequest request) |
Copyright © 2013 Apache Software Foundation. All rights reserved.