| Package | Description |
|---|---|
| org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
| Modifier and Type | Method and Description |
|---|---|
RunId |
TwillContext.getApplicationRunId()
Returns the
RunId of this running application. |
RunId |
TwillContext.getRunId()
Returns the
RunId of this running instance of TwillRunnable. |
RunId |
ServiceController.getRunId()
Returns the
RunId of the running application. |
| Modifier and Type | Method and Description |
|---|---|
TwillController |
TwillRunner.lookup(String applicationName,
RunId runId)
Gets a
TwillController for the given application and runId. |
SecureStore |
SecureStoreUpdater.update(String application,
RunId runId)
Invoked when an update to SecureStore is needed.
|
Copyright © 2013-2015 The Apache Software Foundation. All rights reserved.