Package | Description |
---|---|
io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
io.parallec.core.bean.ping |
Beans related to ping.
|
io.parallec.core.config |
Configurations on global and task levels.
|
Modifier and Type | Method and Description |
---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setPingMode(PingMode mode)
Sets the ping mode.
|
Modifier and Type | Field and Description |
---|---|
private PingMode |
PingMeta.mode |
Modifier and Type | Method and Description |
---|---|
PingMode |
PingMeta.getMode() |
static PingMode |
PingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PingMode[] |
PingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PingMeta.setMode(PingMode mode) |
Modifier and Type | Field and Description |
---|---|
static PingMode |
ParallecGlobalConfig.pingModeDefault
The ping mode default.
|