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 void
ConsistentHash.toScopedState
(ScopedPersistentState state, Function<Address, UUID> addressMapper) Writes thisConsistentHash
to the specified scoped persistent state. -
Uses of ScopedPersistentState in org.infinispan.distribution.ch.impl
Methods in org.infinispan.distribution.ch.impl with parameters of type ScopedPersistentStateModifier and TypeMethodDescriptiondefault PersistedConsistentHash
<CH> ConsistentHashFactory.fromPersistentState
(ScopedPersistentState state, Function<UUID, Address> addressMapper) Recreates aConsistentHash
from a previously stored persistent state.DefaultConsistentHashFactory.fromPersistentState
(ScopedPersistentState state, Function<UUID, Address> addressMapper) ReplicatedConsistentHashFactory.fromPersistentState
(ScopedPersistentState state, Function<UUID, Address> addressMapper) SyncConsistentHashFactory.fromPersistentState
(ScopedPersistentState state, Function<UUID, Address> addressMapper) SyncReplicatedConsistentHashFactory.fromPersistentState
(ScopedPersistentState state, Function<UUID, Address> addressMapper) protected static org.infinispan.distribution.ch.impl.PersistedMembers
AbstractConsistentHash.parseMembers
(ScopedPersistentState state, Function<UUID, Address> addressMapper) protected static int
AbstractConsistentHash.parseNumSegments
(ScopedPersistentState state) void
AbstractConsistentHash.toScopedState
(ScopedPersistentState state, Function<Address, UUID> addressMapper) void
DefaultConsistentHash.toScopedState
(ScopedPersistentState state, Function<Address, UUID> addressMapper) void
ReplicatedConsistentHash.toScopedState
(ScopedPersistentState state, Function<Address, UUID> addressMapper) protected static void
AbstractConsistentHash.writeAddressToState
(ScopedPersistentState state, List<Address> members, String sizeKey, String memberKeyFormat, Function<Address, UUID> addressMapper) -
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)