Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use ConsistentHash
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.configuration.cache Classes related to eviction. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.distribution.ch   
org.infinispan.distribution.group Groups allow keys with differeing hash codes to be co-located on the same node. 
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.notifications.cachelistener.event   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.topology   
 

Uses of ConsistentHash in org.infinispan.config
 

Method parameters in org.infinispan.config with type arguments of type ConsistentHash
 FluentConfiguration.HashConfig FluentConfiguration.HashConfig.consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
          Deprecated. No longer used since 5.2, use HashConfigurationBuilder.consistentHashFactory(org.infinispan.distribution.ch.ConsistentHashFactory) instead.
 FluentConfiguration.HashConfig Configuration.HashType.consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
          Deprecated.  
 

Uses of ConsistentHash in org.infinispan.configuration.cache
 

Methods in org.infinispan.configuration.cache that return ConsistentHash
 ConsistentHash HashConfiguration.consistentHash()
          Deprecated. Since 5.2, replaced by HashConfiguration.consistentHashFactory().
 

Methods in org.infinispan.configuration.cache with parameters of type ConsistentHash
 HashConfigurationBuilder HashConfigurationBuilder.consistentHash(ConsistentHash consistentHash)
          Deprecated. Since 5.2, replaced by HashConfigurationBuilder.consistentHashFactory(ConsistentHashFactory).
 

Uses of ConsistentHash in org.infinispan.distribution
 

Methods in org.infinispan.distribution that return ConsistentHash
 ConsistentHash DistributionManager.getConsistentHash()
          Retrieves the consistent hash instance currently in use, an instance of the configured ConsistentHash class (which defaults to DefaultConsistentHash.
 ConsistentHash DistributionManagerImpl.getConsistentHash()
           
 ConsistentHash DistributionManager.getReadConsistentHash()
           
 ConsistentHash DistributionManagerImpl.getReadConsistentHash()
           
 ConsistentHash DistributionManager.getWriteConsistentHash()
           
 ConsistentHash DistributionManagerImpl.getWriteConsistentHash()
           
 

Uses of ConsistentHash in org.infinispan.distribution.ch
 

Classes in org.infinispan.distribution.ch with type parameters of type ConsistentHash
 interface ConsistentHashFactory<CH extends ConsistentHash>
          Factory for ConsistentHash instances.
 

Classes in org.infinispan.distribution.ch that implement ConsistentHash
 class DefaultConsistentHash
          Default ConsistentHash implementation.
 class ReplicatedConsistentHash
          Special implementation of ConsistentHash for replicated caches.
 

Uses of ConsistentHash in org.infinispan.distribution.group
 

Classes in org.infinispan.distribution.group that implement ConsistentHash
 class GroupingConsistentHash
          ConsistentHash wrapper that groups keys to the same node based on their @Group annotation.
 

Constructors in org.infinispan.distribution.group with parameters of type ConsistentHash
GroupingConsistentHash(ConsistentHash ch, GroupManager groupManager)
           
 

Uses of ConsistentHash in org.infinispan.notifications.cachelistener
 

Methods in org.infinispan.notifications.cachelistener with parameters of type ConsistentHash
 void CacheNotifierImpl.notifyDataRehashed(ConsistentHash oldCH, ConsistentHash newCH, int newTopologyId, boolean pre)
           
 void CacheNotifier.notifyDataRehashed(ConsistentHash oldCH, ConsistentHash newCH, int newTopologyId, boolean pre)
           
 void CacheNotifierImpl.notifyTopologyChanged(ConsistentHash oldConsistentHash, ConsistentHash newConsistentHash, int newTopologyId, boolean pre)
           
 void CacheNotifier.notifyTopologyChanged(ConsistentHash oldConsistentHash, ConsistentHash newConsistentHash, int newTopologyId, boolean pre)
           
 

Uses of ConsistentHash in org.infinispan.notifications.cachelistener.event
 

Methods in org.infinispan.notifications.cachelistener.event that return ConsistentHash
 ConsistentHash DataRehashedEvent.getConsistentHashAtEnd()
           
 ConsistentHash EventImpl.getConsistentHashAtEnd()
           
 ConsistentHash TopologyChangedEvent.getConsistentHashAtEnd()
           
 ConsistentHash DataRehashedEvent.getConsistentHashAtStart()
           
 ConsistentHash EventImpl.getConsistentHashAtStart()
           
 ConsistentHash TopologyChangedEvent.getConsistentHashAtStart()
           
 

Methods in org.infinispan.notifications.cachelistener.event with parameters of type ConsistentHash
 void EventImpl.setConsistentHashAtEnd(ConsistentHash consistentHashAtEnd)
           
 void EventImpl.setConsistentHashAtStart(ConsistentHash consistentHashAtStart)
           
 

Uses of ConsistentHash in org.infinispan.statetransfer
 

Constructors in org.infinispan.statetransfer with parameters of type ConsistentHash
OutboundTransferTask(Address destination, Set<Integer> segments, int stateTransferChunkSize, int topologyId, ConsistentHash readCh, StateProviderImpl stateProvider, DataContainer dataContainer, CacheLoaderManager cacheLoaderManager, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName)
           
 

Uses of ConsistentHash in org.infinispan.topology
 

Methods in org.infinispan.topology that return ConsistentHash
 ConsistentHash CacheTopology.getCurrentCH()
          The current consistent hash.
 ConsistentHash CacheTopologyControlCommand.getCurrentCH()
           
 ConsistentHash CacheTopology.getPendingCH()
          The future consistent hash.
 ConsistentHash CacheTopologyControlCommand.getPendingCH()
           
 ConsistentHash CacheTopology.getReadConsistentHash()
          Read operations should always go to the "current" members.
 ConsistentHash CacheTopology.getWriteConsistentHash()
          When there is a rebalance in progress, write operations should go to the "pending" members.
 

Methods in org.infinispan.topology with parameters of type ConsistentHash
 boolean DefaultRebalancePolicy.isBalanced(ConsistentHash ch)
           
 

Constructors in org.infinispan.topology with parameters of type ConsistentHash
CacheTopology(int topologyId, ConsistentHash currentCH, ConsistentHash pendingCH)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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