Uses of Package
org.infinispan.distribution.ch

Packages that use org.infinispan.distribution.ch
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.distribution.ch   
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.notifications.cachelistener.event   
 

Classes in org.infinispan.distribution.ch used by org.infinispan.commands
ConsistentHash
          A consistent hash algorithm implementation.
 

Classes in org.infinispan.distribution.ch used by org.infinispan.commands.control
ConsistentHash
          A consistent hash algorithm implementation.
 

Classes in org.infinispan.distribution.ch used by org.infinispan.config
ConsistentHash
          A consistent hash algorithm implementation.
 

Classes in org.infinispan.distribution.ch used by org.infinispan.distribution
ConsistentHash
          A consistent hash algorithm implementation.
 

Classes in org.infinispan.distribution.ch used by org.infinispan.distribution.ch
AbstractConsistentHash
          An abstract consistent hash implementation that handles common implementations of certain methods.
AbstractWheelConsistentHash
           Abstract class for the wheel-based CH implementations.
AbstractWheelConsistentHash.Externalizer
           
ConsistentHash
          A consistent hash algorithm implementation.
DefaultConsistentHash
           
ExperimentalDefaultConsistentHash
          Consistent hashing algorithm.
ExperimentalDefaultConsistentHash.Entry
          An entry into a consistent hash.
TopologyAwareConsistentHash
          Consistent hash that is aware of cluster topology.
UnionConsistentHash
          A delegating wrapper that locates keys by getting a union of locations reported by two other ConsistentHash implementations it delegates to.
 

Classes in org.infinispan.distribution.ch used by org.infinispan.notifications.cachelistener
ConsistentHash
          A consistent hash algorithm implementation.
 

Classes in org.infinispan.distribution.ch used by org.infinispan.notifications.cachelistener.event
ConsistentHash
          A consistent hash algorithm implementation.
 


-->

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