|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultConsistentHash | |
---|---|
org.infinispan.distribution.ch |
Uses of DefaultConsistentHash in org.infinispan.distribution.ch |
---|
Methods in org.infinispan.distribution.ch that return DefaultConsistentHash | |
---|---|
DefaultConsistentHash |
DefaultConsistentHashFactory.Builder.build(Hash hashFunction)
|
DefaultConsistentHash |
SyncConsistentHashFactory.create(Hash hashFunction,
int numOwners,
int numSegments,
List<Address> members)
|
DefaultConsistentHash |
DefaultConsistentHashFactory.create(Hash hashFunction,
int numOwners,
int numSegments,
List<Address> members)
|
DefaultConsistentHash |
DefaultConsistentHash.Externalizer.readObject(ObjectInput unmarshaller)
|
DefaultConsistentHash |
SyncConsistentHashFactory.rebalance(DefaultConsistentHash baseCH)
|
DefaultConsistentHash |
DefaultConsistentHashFactory.rebalance(DefaultConsistentHash baseCH)
|
DefaultConsistentHash |
DefaultConsistentHash.union(DefaultConsistentHash dch2)
Merges two consistent hash objects that have the same number of segments, numOwners and hash function. |
DefaultConsistentHash |
SyncConsistentHashFactory.union(DefaultConsistentHash ch1,
DefaultConsistentHash ch2)
|
DefaultConsistentHash |
DefaultConsistentHashFactory.union(DefaultConsistentHash dch1,
DefaultConsistentHash dch2)
Merges two consistent hash objects that have the same number of segments, numOwners and hash function. |
DefaultConsistentHash |
SyncConsistentHashFactory.updateMembers(DefaultConsistentHash baseCH,
List<Address> newMembers)
|
DefaultConsistentHash |
DefaultConsistentHashFactory.updateMembers(DefaultConsistentHash baseCH,
List<Address> actualMembers)
Leavers are removed and segments without owners are assigned new owners. |
Methods in org.infinispan.distribution.ch that return types with arguments of type DefaultConsistentHash | |
---|---|
Set<Class<? extends DefaultConsistentHash>> |
DefaultConsistentHash.Externalizer.getTypeClasses()
|
Methods in org.infinispan.distribution.ch with parameters of type DefaultConsistentHash | |
---|---|
DefaultConsistentHash |
SyncConsistentHashFactory.rebalance(DefaultConsistentHash baseCH)
|
DefaultConsistentHash |
DefaultConsistentHashFactory.rebalance(DefaultConsistentHash baseCH)
|
DefaultConsistentHash |
DefaultConsistentHash.union(DefaultConsistentHash dch2)
Merges two consistent hash objects that have the same number of segments, numOwners and hash function. |
DefaultConsistentHash |
SyncConsistentHashFactory.union(DefaultConsistentHash ch1,
DefaultConsistentHash ch2)
|
DefaultConsistentHash |
DefaultConsistentHashFactory.union(DefaultConsistentHash dch1,
DefaultConsistentHash dch2)
Merges two consistent hash objects that have the same number of segments, numOwners and hash function. |
DefaultConsistentHash |
SyncConsistentHashFactory.updateMembers(DefaultConsistentHash baseCH,
List<Address> newMembers)
|
DefaultConsistentHash |
DefaultConsistentHashFactory.updateMembers(DefaultConsistentHash baseCH,
List<Address> actualMembers)
Leavers are removed and segments without owners are assigned new owners. |
void |
DefaultConsistentHash.Externalizer.writeObject(ObjectOutput output,
DefaultConsistentHash ch)
|
Constructors in org.infinispan.distribution.ch with parameters of type DefaultConsistentHash | |
---|---|
DefaultConsistentHashFactory.Builder(DefaultConsistentHash baseCH)
|
|
DefaultConsistentHashFactory.Builder(DefaultConsistentHash baseCH,
List<Address> actualMembers)
|
|
OwnershipStatistics(DefaultConsistentHash ch,
List<Address> nodes)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |