Uses of Interface
org.infinispan.globalstate.ScopedPersistentState
Packages that use ScopedPersistentState
Package
Description
Consistent Hash interfaces
Global configuration state.
-
Uses of ScopedPersistentState in org.infinispan.distribution.ch
Methods in org.infinispan.distribution.ch with parameters of type ScopedPersistentStateModifier and TypeMethodDescriptiondefault CH
ConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) Deprecated.Recreates a ConsistentHash from a previously stored persistent state.default void
ConsistentHash.toScopedState
(ScopedPersistentState state) Writes this ConsistentHash to the specified scoped state. -
Uses of ScopedPersistentState in org.infinispan.globalstate
Methods in org.infinispan.globalstate that return types with arguments of type ScopedPersistentStateModifier and TypeMethodDescriptionGlobalStateManager.readScopedState
(String scope) Reads the persistent state for the specified scope.Methods in org.infinispan.globalstate with parameters of type ScopedPersistentStateModifier and TypeMethodDescriptionvoid
GlobalStateProvider.prepareForPersist
(ScopedPersistentState globalState) This method is invoked by theGlobalStateManager
just before persisting the global statevoid
GlobalStateProvider.prepareForRestore
(ScopedPersistentState globalState) This method is invoked by theGlobalStateManager
after starting up to notify that global state has been restored.void
GlobalStateManager.writeScopedState
(ScopedPersistentState state) Persists the specified scoped state