public interface ResourceReport
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId()
Get the id of the application master.
|
TwillRunResources |
getAppMasterResources()
Get the resources application master is using.
|
Map<String,Collection<TwillRunResources>> |
getResources()
Get all the run resources being used across all runnables.
|
Collection<TwillRunResources> |
getRunnableResources(String runnableName)
Get all the run resources being used by all instances of the specified runnable.
|
List<String> |
getServices()
Get the list of services of the application master.
|
Collection<TwillRunResources> getRunnableResources(String runnableName)
runnableName
- the runnable name.Map<String,Collection<TwillRunResources>> getResources()
TwillRunResources getAppMasterResources()
String getApplicationId()
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.