| Interface | Description |
|---|---|
| GlobalConfigurationManager |
The
GlobalConfigurationManager is the main interface for sharing runtime configuration state across a cluster. |
| GlobalStateManager |
GlobalStateManager.
|
| GlobalStateProvider |
GlobalStateProvider.
|
| LocalConfigurationStorage |
The
LocalConfigurationStorage is responsible for applying on each node the configuration changes initiated
through the GlobalConfigurationManager and persist them if requested via
CacheContainerAdmin.AdminFlag.PERMANENT. |
| ScopedPersistentState |
ScopedPersistentState represents state which needs to be persisted, scoped by name (e.g.
|
| Class | Description |
|---|---|
| ScopedState |
Key for scoped entries in the ClusterConfigurationManager state cache
|
| ScopedState.Externalizer | |
| ScopeFilter |
A filter for
ScopedState that allows listeners of the global state cache to choose events by scope. |
| ScopeFilter.Externalizer |
| Enum | Description |
|---|---|
| ConfigurationStorage |
Configuration storage
|