| Package | Description |
|---|---|
| org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
| org.apache.twill.ext | |
| org.apache.twill.internal |
This package provides internal classes for Twill.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Future<Command> |
ServiceController.sendCommand(Command command)
Sends a user command to the running application.
|
Future<Command> |
ServiceController.sendCommand(String runnableName,
Command command)
Sends a user command to the given runnable of the running application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TwillRunnable.handleCommand(Command command)
Called when a command is received.
|
void |
AbstractTwillRunnable.handleCommand(Command command) |
Future<Command> |
ServiceController.sendCommand(Command command)
Sends a user command to the running application.
|
Future<Command> |
ServiceController.sendCommand(String runnableName,
Command command)
Sends a user command to the given runnable of the running application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundledJarRunnable.handleCommand(Command command) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Command> |
AbstractZKServiceController.sendCommand(Command command) |
com.google.common.util.concurrent.ListenableFuture<Command> |
AbstractZKServiceController.sendCommand(String runnableName,
Command command) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Command> |
AbstractZKServiceController.sendCommand(Command command) |
com.google.common.util.concurrent.ListenableFuture<Command> |
AbstractZKServiceController.sendCommand(String runnableName,
Command command) |
Copyright © 2013-2020 The Apache Software Foundation. All rights reserved.