Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use SyncConsistentHashFactory
org.infinispan.distribution.ch   
 

Uses of SyncConsistentHashFactory in org.infinispan.distribution.ch
 

Subclasses of SyncConsistentHashFactory in org.infinispan.distribution.ch
 class TopologyAwareSyncConsistentHashFactory
          A ConsistentHashFactory implementation that guarantees caches with the same members have the same consistent hash and also tries to distribute segments based on the topology information in TransportConfiguration.
 

Methods in org.infinispan.distribution.ch that return SyncConsistentHashFactory
 SyncConsistentHashFactory SyncConsistentHashFactory.Externalizer.readObject(ObjectInput unmarshaller)
           
 

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

Methods in org.infinispan.distribution.ch with parameters of type SyncConsistentHashFactory
 void SyncConsistentHashFactory.Externalizer.writeObject(ObjectOutput output, SyncConsistentHashFactory chf)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.