Uses of Class
org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
Packages that use ReplicatedConsistentHash
-
Uses of ReplicatedConsistentHash in org.infinispan.distribution.ch.impl
Subclasses with type arguments of type ReplicatedConsistentHash in org.infinispan.distribution.ch.implClasses in org.infinispan.distribution.ch.impl that implement interfaces with type arguments of type ReplicatedConsistentHashModifier and TypeClassDescriptionclass
Factory for ReplicatedConsistentHash.class
SyncConsistentHashFactory
adapted for replicated caches, so that the primary owner of a key is the same in replicated and distributed caches.Methods in org.infinispan.distribution.ch.impl that return ReplicatedConsistentHashModifier and TypeMethodDescriptionReplicatedConsistentHashFactory.create
(int numOwners, int numSegments, List<Address> members, Map<Address, Float> capacityFactors) SyncReplicatedConsistentHashFactory.create
(int numOwners, int numSegments, List<Address> members, Map<Address, Float> capacityFactors) ReplicatedConsistentHash.Externalizer.doReadObject
(ObjectInput unmarshaller) ReplicatedConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) SyncReplicatedConsistentHashFactory.fromPersistentState
(ScopedPersistentState state) ReplicatedConsistentHashFactory.rebalance
(ReplicatedConsistentHash baseCH) SyncReplicatedConsistentHashFactory.rebalance
(ReplicatedConsistentHash baseCH) ReplicatedConsistentHash.union
(ReplicatedConsistentHash ch2) ReplicatedConsistentHashFactory.union
(ReplicatedConsistentHash ch1, ReplicatedConsistentHash ch2) SyncReplicatedConsistentHashFactory.union
(ReplicatedConsistentHash ch1, ReplicatedConsistentHash ch2) ReplicatedConsistentHashFactory.updateMembers
(ReplicatedConsistentHash baseCH, List<Address> newMembers, Map<Address, Float> actualCapacityFactors) SyncReplicatedConsistentHashFactory.updateMembers
(ReplicatedConsistentHash baseCH, List<Address> newMembers, Map<Address, Float> actualCapacityFactors) Methods in org.infinispan.distribution.ch.impl that return types with arguments of type ReplicatedConsistentHashModifier and TypeMethodDescriptionSet
<Class<? extends ReplicatedConsistentHash>> ReplicatedConsistentHash.Externalizer.getTypeClasses()
Methods in org.infinispan.distribution.ch.impl with parameters of type ReplicatedConsistentHashModifier and TypeMethodDescriptionvoid
ReplicatedConsistentHash.Externalizer.doWriteObject
(ObjectOutput output, ReplicatedConsistentHash ch) ReplicatedConsistentHashFactory.rebalance
(ReplicatedConsistentHash baseCH) SyncReplicatedConsistentHashFactory.rebalance
(ReplicatedConsistentHash baseCH) ReplicatedConsistentHash.union
(ReplicatedConsistentHash ch2) ReplicatedConsistentHashFactory.union
(ReplicatedConsistentHash ch1, ReplicatedConsistentHash ch2) SyncReplicatedConsistentHashFactory.union
(ReplicatedConsistentHash ch1, ReplicatedConsistentHash ch2) ReplicatedConsistentHashFactory.updateMembers
(ReplicatedConsistentHash baseCH, List<Address> newMembers, Map<Address, Float> actualCapacityFactors) SyncReplicatedConsistentHashFactory.updateMembers
(ReplicatedConsistentHash baseCH, List<Address> newMembers, Map<Address, Float> actualCapacityFactors)