Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.topology.CacheJoinInfo

Packages that use CacheJoinInfo
org.infinispan.topology   
 

Uses of CacheJoinInfo in org.infinispan.topology
 

Methods in org.infinispan.topology that return CacheJoinInfo
 CacheJoinInfo ClusterCacheStatus.getJoinInfo()
           
 CacheJoinInfo CacheJoinInfo.Externalizer.readObject(ObjectInput unmarshaller)
           
 

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

Methods in org.infinispan.topology with parameters of type CacheJoinInfo
 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.
 void CacheJoinInfo.Externalizer.writeObject(ObjectOutput output, CacheJoinInfo cacheJoinInfo)
           
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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