Package | Description |
---|---|
org.infinispan.distribution.ch |
Modifier and Type | Method and Description |
---|---|
UnionConsistentHash |
UnionConsistentHash.Externalizer.readObject(ObjectInput input) |
static UnionConsistentHash |
ConsistentHashHelper.removeAddressFromUnionConsistentHash(UnionConsistentHash uch,
Address toRemove,
Configuration c)
Creates a new UnionConsistentHash instance based on the old instance, removing the provided address from both
target consistent hash instances in the union.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends UnionConsistentHash>> |
UnionConsistentHash.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
static UnionConsistentHash |
ConsistentHashHelper.removeAddressFromUnionConsistentHash(UnionConsistentHash uch,
Address toRemove,
Configuration c)
Creates a new UnionConsistentHash instance based on the old instance, removing the provided address from both
target consistent hash instances in the union.
|
void |
UnionConsistentHash.Externalizer.writeObject(ObjectOutput output,
UnionConsistentHash uch) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.