| Package | Description |
|---|---|
| org.infinispan.distribution.ch |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedConsistentHash |
ReplicatedConsistentHashFactory.create(Hash hashFunction,
int numOwners,
int numSegments,
List<Address> members,
Map<Address,Float> capacityFactors) |
ReplicatedConsistentHash |
ReplicatedConsistentHash.Externalizer.readObject(ObjectInput unmarshaller) |
ReplicatedConsistentHash |
ReplicatedConsistentHashFactory.rebalance(ReplicatedConsistentHash baseCH) |
ReplicatedConsistentHash |
ReplicatedConsistentHashFactory.union(ReplicatedConsistentHash ch1,
ReplicatedConsistentHash ch2) |
ReplicatedConsistentHash |
ReplicatedConsistentHashFactory.updateMembers(ReplicatedConsistentHash baseCH,
List<Address> newMembers,
Map<Address,Float> actualCapacityFactors) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends ReplicatedConsistentHash>> |
ReplicatedConsistentHash.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedConsistentHash |
ReplicatedConsistentHashFactory.rebalance(ReplicatedConsistentHash baseCH) |
ReplicatedConsistentHash |
ReplicatedConsistentHashFactory.union(ReplicatedConsistentHash ch1,
ReplicatedConsistentHash ch2) |
ReplicatedConsistentHash |
ReplicatedConsistentHashFactory.updateMembers(ReplicatedConsistentHash baseCH,
List<Address> newMembers,
Map<Address,Float> actualCapacityFactors) |
void |
ReplicatedConsistentHash.Externalizer.writeObject(ObjectOutput output,
ReplicatedConsistentHash ch) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.