Uses of Record Class
org.infinispan.distribution.ch.PersistedConsistentHash
Packages that use PersistedConsistentHash
-
Uses of PersistedConsistentHash in org.infinispan.distribution.ch.impl
Methods in org.infinispan.distribution.ch.impl that return PersistedConsistentHashModifier 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)