Package | Description |
---|---|
org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
org.apache.twill.yarn |
Classes in this package implement the Twill API for Apache Hadoop YARN.
|
Modifier and Type | Method and Description |
---|---|
TwillController |
TwillRunner.lookup(String applicationName,
RunId runId)
Gets a
TwillController for the given application and runId. |
TwillController |
TwillPreparer.start()
Starts the application.
|
TwillController |
TwillPreparer.start(long timeout,
TimeUnit timeoutUnit)
Starts the application.
|
Modifier and Type | Method and Description |
---|---|
Iterable<TwillController> |
TwillRunner.LiveInfo.getControllers()
Returns
TwillController s for all live instances of the application. |
Iterable<TwillController> |
TwillRunner.lookup(String applicationName)
Gets an
Iterable of TwillController for all running instances of the given application. |
Modifier and Type | Method and Description |
---|---|
TwillController |
YarnTwillRunnerService.lookup(String applicationName,
RunId runId) |
Modifier and Type | Method and Description |
---|---|
Iterable<TwillController> |
YarnTwillRunnerService.lookup(String applicationName) |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.