Uses of Class
org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
-
Uses of ReplicatedConsistentHash in org.infinispan.distribution.ch.impl
Modifier 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) Modifier and TypeMethodDescriptionSet<Class<? extends ReplicatedConsistentHash>>
ReplicatedConsistentHash.Externalizer.getTypeClasses()
Modifier 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)