Package | Description |
---|---|
org.apache.reef.runtime.hdinsight.client.yarnrest |
Some minimal abstraction over the YARN REST API.
|
Modifier and Type | Method and Description |
---|---|
ApplicationState |
ApplicationResponse.getApp() |
ApplicationState |
HDInsightInstance.getApplication(String applicationId)
Gets the application state given a YARN application ID.
|
ApplicationState |
ApplicationResponse.getApplicationState() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationState> |
ListApplicationResponse.getApplicationStates() |
Map<String,List<ApplicationState>> |
ListApplicationResponse.getApps() |
List<ApplicationState> |
HDInsightInstance.listApplications() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationResponse.setApp(ApplicationState app) |
Modifier and Type | Method and Description |
---|---|
void |
ListApplicationResponse.setApps(Map<String,List<ApplicationState>> apps) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.