Uses of Class
org.infinispan.distribution.ch.impl.ReplicatedConsistentHash
-
Packages that use ReplicatedConsistentHash Package Description org.infinispan.distribution.ch.impl -
-
Uses of ReplicatedConsistentHash in org.infinispan.distribution.ch.impl
Methods in org.infinispan.distribution.ch.impl that return ReplicatedConsistentHash Modifier and Type Method Description ReplicatedConsistentHash
ReplicatedConsistentHashFactory. create(org.infinispan.commons.hash.Hash hashFunction, int numOwners, int numSegments, List<Address> members, Map<Address,Float> capacityFactors)
ReplicatedConsistentHash
SyncReplicatedConsistentHashFactory. create(org.infinispan.commons.hash.Hash hashFunction, int numOwners, int numSegments, List<Address> members, Map<Address,Float> capacityFactors)
ReplicatedConsistentHash
ReplicatedConsistentHash.Externalizer. doReadObject(ObjectInput unmarshaller)
ReplicatedConsistentHash
ReplicatedConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
ReplicatedConsistentHash
SyncReplicatedConsistentHashFactory. fromPersistentState(ScopedPersistentState state)
ReplicatedConsistentHash
ReplicatedConsistentHashFactory. rebalance(ReplicatedConsistentHash baseCH)
ReplicatedConsistentHash
SyncReplicatedConsistentHashFactory. rebalance(ReplicatedConsistentHash baseCH)
ReplicatedConsistentHash
ReplicatedConsistentHash. union(ReplicatedConsistentHash ch2)
ReplicatedConsistentHash
ReplicatedConsistentHashFactory. union(ReplicatedConsistentHash ch1, ReplicatedConsistentHash ch2)
ReplicatedConsistentHash
SyncReplicatedConsistentHashFactory. union(ReplicatedConsistentHash ch1, ReplicatedConsistentHash ch2)
ReplicatedConsistentHash
ReplicatedConsistentHashFactory. updateMembers(ReplicatedConsistentHash baseCH, List<Address> newMembers, Map<Address,Float> actualCapacityFactors)
ReplicatedConsistentHash
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 ReplicatedConsistentHash Modifier and Type Method Description Set<Class<? extends ReplicatedConsistentHash>>
ReplicatedConsistentHash.Externalizer. getTypeClasses()
-