Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.topology.CacheTopology

Packages that use CacheTopology
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.topology   
org.infinispan.transaction JTA transaction support. 
org.infinispan.transaction.xa.recovery   
 

Uses of CacheTopology in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer that return CacheTopology
 CacheTopology StateTransferManager.getCacheTopology()
           
 CacheTopology StateConsumerImpl.getCacheTopology()
           
 CacheTopology StateTransferManagerImpl.getCacheTopology()
           
 CacheTopology StateConsumer.getCacheTopology()
           
 

Methods in org.infinispan.statetransfer with parameters of type CacheTopology
 void StateProvider.onTopologyUpdate(CacheTopology cacheTopology, boolean isRebalance)
          Receive notification of topology changes.
 void StateProviderImpl.onTopologyUpdate(CacheTopology cacheTopology, boolean isRebalance)
           
 void StateConsumerImpl.onTopologyUpdate(CacheTopology cacheTopology, boolean isRebalance)
           
 void StateConsumer.onTopologyUpdate(CacheTopology cacheTopology, boolean isRebalance)
          Receive notification of topology changes.
 

Uses of CacheTopology in org.infinispan.topology
 

Methods in org.infinispan.topology that return CacheTopology
 CacheTopology ClusterCacheStatus.getCacheTopology()
           
 CacheTopology LocalTopologyManagerImpl.getCacheTopology(String cacheName)
           
 CacheTopology LocalTopologyManager.getCacheTopology(String cacheName)
           
 CacheTopology ClusterTopologyManager.handleJoin(String cacheName, Address joiner, CacheJoinInfo joinInfo, int viewId)
          Updates the members list and notifies the RebalancePolicy.
 CacheTopology ClusterTopologyManagerImpl.handleJoin(String cacheName, Address joiner, CacheJoinInfo joinInfo, int viewId)
           
 CacheTopology LocalTopologyManagerImpl.join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm)
           
 CacheTopology LocalTopologyManager.join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm)
          Forwards the join request to the coordinator.
 CacheTopology CacheTopology.Externalizer.readObject(ObjectInput unmarshaller)
           
 

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

Methods in org.infinispan.topology with parameters of type CacheTopology
 void LocalTopologyManagerImpl.handleConsistentHashUpdate(String cacheName, CacheTopology cacheTopology, int viewId)
           
 void LocalTopologyManager.handleConsistentHashUpdate(String cacheName, CacheTopology cacheTopology, int viewId)
          Updates the current and/or pending consistent hash, without transferring any state.
 void LocalTopologyManagerImpl.handleRebalance(String cacheName, CacheTopology cacheTopology, int viewId)
           
 void LocalTopologyManager.handleRebalance(String cacheName, CacheTopology cacheTopology, int viewId)
          Performs the state transfer.
 void CacheTopologyHandler.rebalance(CacheTopology cacheTopology)
          Invoked when state transfer has to be started.
 boolean ClusterCacheStatus.startRebalance(CacheTopology newTopology)
           
 void ClusterCacheStatus.updateCacheTopology(CacheTopology newTopology)
           
 void CacheTopologyHandler.updateConsistentHash(CacheTopology cacheTopology)
          Invoked when the CH has to be immediately updated because of a leave or when the state transfer has completed and we have to install a permanent CH (pendingCH == null).
 void CacheTopology.Externalizer.writeObject(ObjectOutput output, CacheTopology cacheTopology)
           
 

Method parameters in org.infinispan.topology with type arguments of type CacheTopology
 void ClusterTopologyManagerImpl.updateCacheStatusAfterMerge(String cacheName, List<Address> clusterMembers, List<CacheTopology> partitionTopologies)
           
 

Constructors in org.infinispan.topology with parameters of type CacheTopology
CacheTopologyControlCommand(String cacheName, CacheTopologyControlCommand.Type type, Address sender, CacheTopology cacheTopology, int viewId)
           
 

Uses of CacheTopology in org.infinispan.transaction
 

Methods in org.infinispan.transaction with parameters of type CacheTopology
 void TransactionTable.cleanupStaleTransactions(CacheTopology cacheTopology)
           
 

Uses of CacheTopology in org.infinispan.transaction.xa.recovery
 

Methods in org.infinispan.transaction.xa.recovery with parameters of type CacheTopology
 void RecoveryAwareTransactionTable.cleanupStaleTransactions(CacheTopology cacheTopology)
          First moves the prepared transactions originated on the leavers into the recovery cache and then cleans up the transactions that are not yet prepared.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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