Package | Description |
---|---|
org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
Modifier and Type | Method and Description |
---|---|
TwillRunResources |
ResourceReport.getAppMasterResources()
Get the resources application master is using.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Collection<TwillRunResources>> |
ResourceReport.getResources()
Get all the run resources being used across all runnables.
|
Collection<TwillRunResources> |
ResourceReport.getRunnableResources(String runnableName)
Get all the run resources being used by all instances of the specified runnable.
|
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.