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, 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
Methods in org.infinispan.distribution.ch.impl with parameters of type ScopedPersistentStateModifier and TypeMethodDescriptionDefaultConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) ReplicatedConsistentHashFactory.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) Constructors in org.infinispan.distribution.ch.impl with parameters of type ScopedPersistentState -
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 -
Uses of ScopedPersistentState in org.infinispan.globalstate.impl
Classes in org.infinispan.globalstate.impl that implement ScopedPersistentStateMethods in org.infinispan.globalstate.impl that return types with arguments of type ScopedPersistentStateMethods in org.infinispan.globalstate.impl with parameters of type ScopedPersistentStateModifier and TypeMethodDescriptionvoid
GlobalStateManagerImpl.writeScopedState
(ScopedPersistentState state) -
Uses of ScopedPersistentState in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type ScopedPersistentStateModifier 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) Constructor parameters in org.infinispan.topology with type arguments of type ScopedPersistentStateModifierConstructorDescriptionClusterCacheStatus
(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)