Uses of Interface
org.infinispan.globalstate.ScopedPersistentState
-
Packages that use ScopedPersistentState Package Description org.infinispan.distribution.ch Consistent Hash interfacesorg.infinispan.distribution.ch.impl org.infinispan.distribution.group.impl org.infinispan.globalstate Global configuration state.org.infinispan.globalstate.impl org.infinispan.topology -
-
Uses of ScopedPersistentState in org.infinispan.distribution.ch
Methods in org.infinispan.distribution.ch with parameters of type ScopedPersistentState Modifier and Type Method Description default CH
ConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
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 ScopedPersistentState Modifier and Type Method Description DefaultConsistentHash
DefaultConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
ReplicatedConsistentHash
ReplicatedConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
ScatteredConsistentHash
ScatteredConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
DefaultConsistentHash
SyncConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
ReplicatedConsistentHash
SyncReplicatedConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
protected static float[]
AbstractConsistentHash. parseCapacityFactors(ScopedPersistentState state)
protected static org.infinispan.commons.hash.Hash
AbstractConsistentHash. parseHashFunction(ScopedPersistentState state)
protected static List<Address>
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)
Constructors in org.infinispan.distribution.ch.impl with parameters of type ScopedPersistentState Constructor Description AbstractConsistentHash(ScopedPersistentState state)
-
Uses of ScopedPersistentState in org.infinispan.distribution.group.impl
Methods in org.infinispan.distribution.group.impl with parameters of type ScopedPersistentState Modifier and Type Method Description void
PartitionerConsistentHash. toScopedState(ScopedPersistentState state)
-
Uses of ScopedPersistentState in org.infinispan.globalstate
Methods in org.infinispan.globalstate that return types with arguments of type ScopedPersistentState Modifier and Type Method Description Optional<ScopedPersistentState>
GlobalStateManager. readScopedState(String scope)
Reads the persistent state for the specified scope.Methods in org.infinispan.globalstate with parameters of type ScopedPersistentState Modifier and Type Method Description void
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 ScopedPersistentState Modifier and Type Class Description class
ScopedPersistentStateImpl
ScopedPersistentStateImpl.Methods in org.infinispan.globalstate.impl that return types with arguments of type ScopedPersistentState Modifier and Type Method Description Optional<ScopedPersistentState>
GlobalStateManagerImpl. readScopedState(String scope)
Methods in org.infinispan.globalstate.impl with parameters of type ScopedPersistentState Modifier and Type Method Description void
GlobalStateManagerImpl. writeScopedState(ScopedPersistentState state)
-
Uses of ScopedPersistentState in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type ScopedPersistentState Modifier and Type Method Description void
LocalTopologyManagerImpl. prepareForPersist(ScopedPersistentState state)
void
LocalTopologyManagerImpl. prepareForRestore(ScopedPersistentState state)
protected CacheTopology
ClusterCacheStatus. restoreCacheTopology(ScopedPersistentState state)
Constructor parameters in org.infinispan.topology with type arguments of type ScopedPersistentState Constructor Description ClusterCacheStatus(EmbeddedCacheManager cacheManager, String cacheName, AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManager clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)
-