| Package | Description |
|---|---|
| io.parallec.core.config |
Configurations on global and task levels.
|
| Modifier and Type | Field and Description |
|---|---|
static HandlerExecutionLocation |
ParallelTaskConfigDefault.handlerExecutionLocationDefault
The handler execution location default as in Manager after aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
HandlerExecutionLocation |
ParallelTaskConfig.getHandlerExecutionLocation() |
static HandlerExecutionLocation |
HandlerExecutionLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerExecutionLocation[] |
HandlerExecutionLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskConfig.setHandlerExecutionLocation(HandlerExecutionLocation handlerExecutionLocation) |
Copyright © 2015–2017 eBay. All rights reserved.