Uses of Interface
org.infinispan.globalstate.ScopedPersistentState
-
Packages that use ScopedPersistentState Package Description org.infinispan.distribution.ch Consistent Hash interfacesorg.infinispan.globalstate Global configuration state.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 CHConsistentHashFactory. fromPersistentState(ScopedPersistentState state)Recreates a ConsistentHash from a previously stored persistent state.default voidConsistentHash. 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 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 voidGlobalStateProvider. prepareForPersist(ScopedPersistentState globalState)This method is invoked by theGlobalStateManagerjust before persisting the global statevoidGlobalStateProvider. prepareForRestore(ScopedPersistentState globalState)This method is invoked by theGlobalStateManagerafter starting up to notify that global state has been restored.voidGlobalStateManager. writeScopedState(ScopedPersistentState state)Persists the specified scoped state -
Uses of ScopedPersistentState in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type ScopedPersistentState Modifier and Type Method Description voidLocalTopologyManagerImpl. prepareForPersist(ScopedPersistentState state)voidLocalTopologyManagerImpl. prepareForRestore(ScopedPersistentState state)protected CacheTopologyClusterCacheStatus. restoreCacheTopology(ScopedPersistentState state)Constructor parameters in org.infinispan.topology with type arguments of type ScopedPersistentState Constructor Description ClusterCacheStatus(EmbeddedCacheManager cacheManager, String cacheName, org.infinispan.partitionhandling.impl.AvailabilityStrategy availabilityStrategy, RebalanceType rebalanceType, ClusterTopologyManager clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge)
-