Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.distribution.ch.ConsistentHashFactory

Packages that use ConsistentHashFactory
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.distribution.ch   
org.infinispan.topology   
 

Uses of ConsistentHashFactory in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return ConsistentHashFactory
 ConsistentHashFactory HashConfiguration.consistentHashFactory()
          The consistent hash factory in use.
 

Methods in org.infinispan.configuration.cache with parameters of type ConsistentHashFactory
 HashConfigurationBuilder HashConfigurationBuilder.consistentHashFactory(ConsistentHashFactory consistentHashFactory)
          The consistent hash factory in use.
 

Uses of ConsistentHashFactory in org.infinispan.distribution.ch
 

Classes in org.infinispan.distribution.ch that implement ConsistentHashFactory
 class DefaultConsistentHashFactory
          Default implementation of ConsistentHashFactory.
 class ReplicatedConsistentHashFactory
          Factory for ReplicatedConsistentHash.
 class SyncConsistentHashFactory
          A ConsistentHashFactory implementation that guarantees caches with the same members have the same consistent hash.
 class TopologyAwareConsistentHashFactory
          Default topology-aware consistent hash factory implementation.
 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.
 

Uses of ConsistentHashFactory in org.infinispan.topology
 

Methods in org.infinispan.topology that return ConsistentHashFactory
 ConsistentHashFactory CacheJoinInfo.getConsistentHashFactory()
           
 

Constructors in org.infinispan.topology with parameters of type ConsistentHashFactory
CacheJoinInfo(ConsistentHashFactory consistentHashFactory, Hash hashFunction, int numSegments, int numOwners, long timeout)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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