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 voidConsistentHash.toScopedState(ScopedPersistentState state, Function<Address, UUID> addressMapper) Writes thisConsistentHashto 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 aConsistentHashfrom 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.PersistedMembersAbstractConsistentHash.parseMembers(ScopedPersistentState state, Function<UUID, Address> addressMapper) protected static intAbstractConsistentHash.parseNumSegments(ScopedPersistentState state) voidAbstractConsistentHash.toScopedState(ScopedPersistentState state, Function<Address, UUID> addressMapper) voidDefaultConsistentHash.toScopedState(ScopedPersistentState state, Function<Address, UUID> addressMapper) voidReplicatedConsistentHash.toScopedState(ScopedPersistentState state, Function<Address, UUID> addressMapper) protected static voidAbstractConsistentHash.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 TypeMethodDescriptionvoidGlobalStateProvider.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.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 TypeMethodDescriptionvoidGlobalStateManagerImpl.writeScopedState(ScopedPersistentState state) -
Uses of ScopedPersistentState in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type ScopedPersistentStateModifier and TypeMethodDescriptionvoidClusterTopologyManagerImpl.prepareForPersist(ScopedPersistentState globalState) voidLocalTopologyManagerImpl.prepareForPersist(ScopedPersistentState state) voidClusterTopologyManagerImpl.prepareForRestore(ScopedPersistentState globalState) voidLocalTopologyManagerImpl.prepareForRestore(ScopedPersistentState state) protected CacheTopologyClusterCacheStatus.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)