| Package | Description |
|---|---|
| org.gcube.common.core.utils.handlers |
| Modifier and Type | Field and Description |
|---|---|
protected GCUBEParallelHandler.Mode |
GCUBEParallelHandler.mode
Failure mode for the execution of the handler.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBEParallelHandler.Mode |
GCUBEParallelHandler.getMode()
Returns the failure handling mode of the handler.
|
static GCUBEParallelHandler.Mode |
GCUBEParallelHandler.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEParallelHandler.Mode[] |
GCUBEParallelHandler.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEParallelHandler.setMode(GCUBEParallelHandler.Mode mode)
Sets the failure handling mode of the handler.
|
| Constructor and Description |
|---|
GCUBEParallelHandler(GCUBEParallelHandler.Mode mode)
Creates an handler with a given failure handling mode.
|
Copyright © 2015. All Rights Reserved.