| Package | Description |
|---|---|
| com.ebay.bascomtask.core |
| Modifier and Type | Field and Description |
|---|---|
protected SpawnMode |
GlobalOrchestratorConfig.Config.spawnMode |
| Modifier and Type | Method and Description |
|---|---|
SpawnMode |
CommonConfig.getSpawnMode()
Gets the most recently set mode.
|
SpawnMode |
Engine.getSpawnMode() |
SpawnMode |
GlobalOrchestratorConfig.Config.getSpawnMode() |
static SpawnMode |
SpawnMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpawnMode[] |
SpawnMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonConfig.setSpawnMode(SpawnMode mode)
Changes the thread-spawning logic to be consistent with the specified mode.
|
void |
Engine.setSpawnMode(SpawnMode mode) |
void |
GlobalOrchestratorConfig.Config.setSpawnMode(SpawnMode mode) |
Copyright © 2021. All rights reserved.