Uses of Interface
org.infinispan.globalstate.ScopedPersistentState
Package
Description
Consistent Hash interfaces
Global configuration state.
-
Uses of ScopedPersistentState in org.infinispan.distribution.ch
Modifier and TypeMethodDescriptiondefault CH
ConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) Deprecated, for removal: This API element is subject to removal in a future version.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.distribution.ch.impl
Modifier and TypeMethodDescriptionDefaultConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) ReplicatedConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) ScatteredConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) SyncConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) SyncReplicatedConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) protected static float[]
AbstractConsistentHash.parseCapacityFactors
(ScopedPersistentState state) protected static Hash
AbstractConsistentHash.parseHashFunction
(ScopedPersistentState state) AbstractConsistentHash.parseMembers
(ScopedPersistentState state) protected static int
AbstractConsistentHash.parseNumSegments
(ScopedPersistentState state) void
AbstractConsistentHash.toScopedState
(ScopedPersistentState state) void
DefaultConsistentHash.toScopedState
(ScopedPersistentState state) void
ReplicatedConsistentHash.toScopedState
(ScopedPersistentState state) void
ScatteredConsistentHash.toScopedState
(ScopedPersistentState state) -
Uses of ScopedPersistentState in org.infinispan.globalstate
Modifier and TypeMethodDescriptionGlobalStateManager.readScopedState
(String scope) Reads the persistent state for the specified scope.Modifier 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 -
Uses of ScopedPersistentState in org.infinispan.globalstate.impl
Modifier and TypeMethodDescriptionvoid
GlobalStateManagerImpl.writeScopedState
(ScopedPersistentState state) -
Uses of ScopedPersistentState in org.infinispan.topology
Modifier and TypeMethodDescriptionvoid
ClusterTopologyManagerImpl.prepareForPersist
(ScopedPersistentState globalState) void
LocalTopologyManagerImpl.prepareForPersist
(ScopedPersistentState state) void
ClusterTopologyManagerImpl.prepareForRestore
(ScopedPersistentState globalState) void
LocalTopologyManagerImpl.prepareForRestore
(ScopedPersistentState state) protected CacheTopology
ClusterCacheStatus.restoreCacheTopology
(ScopedPersistentState state) ModifierConstructorDescriptionClusterCacheStatus
(EmbeddedCacheManager cacheManager, GlobalComponentRegistry gcr, String cacheName, AvailabilityStrategy availabilityStrategy, org.infinispan.statetransfer.RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)