public interface TwillSpecification
TwillApplication.| Modifier and Type | Interface and Description |
|---|---|
static class |
TwillSpecification.Builder
Builder for constructing instance of
TwillSpecification. |
static interface |
TwillSpecification.Order
Defines execution order.
|
static interface |
TwillSpecification.PlacementPolicy
Defines a container placement policy.
|
| Modifier and Type | Method and Description |
|---|---|
EventHandlerSpecification |
getEventHandler() |
String |
getName() |
List<TwillSpecification.Order> |
getOrders() |
List<TwillSpecification.PlacementPolicy> |
getPlacementPolicies() |
Map<String,RuntimeSpecification> |
getRunnables() |
String getName()
Map<String,RuntimeSpecification> getRunnables()
TwillRunnable name to RuntimeSpecification.List<TwillSpecification.Order> getOrders()
List<TwillSpecification.PlacementPolicy> getPlacementPolicies()
TwillSpecification.PlacementPolicy for this application.@Nullable EventHandlerSpecification getEventHandler()
EventHandlerSpecification for the EventHandler to be used for this application,
or null if no event handler has been provided.Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.