Package | Description |
---|---|
io.parallec.core.config |
Configurations on global and task levels.
|
Modifier and Type | Field and Description |
---|---|
private HandlerExecutionLocation |
ParallelTaskConfig.handlerExecutionLocation |
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(java.lang.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) |