Package org.infinispan.globalstate
package org.infinispan.globalstate
Global configuration state.
- Public API
-
ClassDescriptionConfiguration storageThe
GlobalConfigurationManager
is the main interface for sharing runtime configuration state across a cluster.GlobalStateManager.GlobalStateProvider.TheLocalConfigurationStorage
is responsible for applying on each node the configuration changes initiated through theGlobalConfigurationManager
and persist them unless they areCacheContainerAdmin.AdminFlag.VOLATILE
.ScopedPersistentState represents state which needs to be persisted, scoped by name (e.g.Key for scoped entries in the ClusterConfigurationManager state cacheA filter forScopedState
that allows listeners of the global state cache to choose events by scope.