Package | Description |
---|---|
com.streamscape.runtime |
Modifier and Type | Field and Description |
---|---|
static ConfigurationState |
ConfigurationState.OK
Configuration is in a consistent state.
|
static ConfigurationState |
ConfigurationState.RESTART_REQUIRED
Configuration has been changed and restart of the node is required.
|
static ConfigurationState |
ConfigurationState.SYNC
Synchronization of replicated data is in progress.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
RuntimeContext.getConfigurationState()
Returns a configuration state of the current node.
|
static ConfigurationState |
ConfigurationState.valueOf(java.lang.String name) |
static ConfigurationState[] |
ConfigurationState.values() |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeContext.setConfigurationState(ConfigurationState configurationState)
Sets the specified configuration state of the current node.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.