| Package | Description |
|---|---|
| org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
| org.apache.twill.internal |
This package provides internal classes for Twill.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RuntimeSpecification> |
TwillSpecification.getRunnables() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRuntimeSpecification
Straightforward implementation of
RuntimeSpecification. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RuntimeSpecification> |
DefaultTwillSpecification.getRunnables() |
| Constructor and Description |
|---|
TwillContainerLauncher(RuntimeSpecification runtimeSpec,
ContainerInfo containerInfo,
ProcessLauncher.PrepareLaunchContext launchContext,
ZKClient zkClient,
int instanceCount,
JvmOptions jvmOpts,
int reservedMemory,
double minHeapRatio,
Location secureStoreLocation) |
| Constructor and Description |
|---|
DefaultTwillSpecification(String name,
Map<String,RuntimeSpecification> runnables,
List<TwillSpecification.Order> orders,
List<TwillSpecification.PlacementPolicy> placementPolicies,
EventHandlerSpecification eventHandler) |
Copyright © 2013-2020 The Apache Software Foundation. All rights reserved.