public class ParallelTaskConfigDefault
extends java.lang.Object
ParallelTaskConfig
Modifier and Type | Field and Description |
---|---|
static int |
actorMaxOperationTimeoutSec
The actor max operation timeout sec.
|
static long |
asstManagerRetryIntervalMillis
The asst manager retry interval millis.
|
static boolean |
autoSaveLogToLocal
The auto save log to local.
|
static boolean |
enableCapacityAwareTaskScheduler
The enable capacity aware task scheduler.
|
static HandlerExecutionLocation |
handlerExecutionLocationDefault
The handler execution location default as in Manager after aggregation.
|
static boolean |
printHttpTrueHeaderMap
The print http true header map.
|
static boolean |
printPoller
The print poller.
|
static boolean |
saveResponseToTask
The save response to task.
|
static long |
timeoutAskManagerSec
The timeout the director send to the manager to cancel it from outside.
|
static long |
timeoutInManagerSec
The command manager internal timeout and cancel itself time in seconds
Note this may need to be adjusted for long polling jobs.
|
Constructor and Description |
---|
ParallelTaskConfigDefault()
Instantiates a new parallel task config.
|
public static long asstManagerRetryIntervalMillis
public static int actorMaxOperationTimeoutSec
public static long timeoutInManagerSec
public static long timeoutAskManagerSec
public static boolean printHttpTrueHeaderMap
public static boolean printPoller
public static boolean saveResponseToTask
public static boolean autoSaveLogToLocal
public static boolean enableCapacityAwareTaskScheduler
public static HandlerExecutionLocation handlerExecutionLocationDefault