Uses of Class
org.infinispan.distribution.ch.UnionConsistentHash

Packages that use UnionConsistentHash
org.infinispan.distribution.ch   
 

Uses of UnionConsistentHash in org.infinispan.distribution.ch
 

Methods in org.infinispan.distribution.ch that return UnionConsistentHash
 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.
 

Methods in org.infinispan.distribution.ch that return types with arguments of type UnionConsistentHash
 Set<Class<? extends UnionConsistentHash>> UnionConsistentHash.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.distribution.ch with parameters of type UnionConsistentHash
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, a division of Red Hat. All Rights Reserved.