public class ExecutionConfiguration extends Object
| Constructor and Description |
|---|
ExecutionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionConfiguration |
clone() |
int |
getControlAwakeDelay() |
int |
getParallelism() |
int |
getQueuePollDelay() |
int |
getThenableAwaitInterval() |
int |
getWorkerAwakeDelay() |
ExecutionConfiguration |
setControlAwakeDelay(int value) |
ExecutionConfiguration |
setParallelism(int value) |
ExecutionConfiguration |
setQueuePollDelay(int value) |
ExecutionConfiguration |
setThenableAwaitInterval(int value) |
ExecutionConfiguration |
setWorkerAwakeDelay(int value) |
public int getParallelism()
public ExecutionConfiguration setParallelism(int value)
public int getQueuePollDelay()
public ExecutionConfiguration setQueuePollDelay(int value)
public int getControlAwakeDelay()
public ExecutionConfiguration setControlAwakeDelay(int value)
public int getWorkerAwakeDelay()
public ExecutionConfiguration setWorkerAwakeDelay(int value)
public int getThenableAwaitInterval()
public ExecutionConfiguration setThenableAwaitInterval(int value)
protected ExecutionConfiguration clone()
Copyright © 2016. All rights reserved.