Uses of Interface
org.infinispan.topology.CacheTopologyHandler
-
Packages that use CacheTopologyHandler Package Description org.infinispan.topology org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of CacheTopologyHandler in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type CacheTopologyHandler Modifier and Type Method Description CacheTopology
LocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, org.infinispan.partitionhandling.impl.PartitionHandlingManager phm)
Forwards the join request to the coordinator.CacheTopology
LocalTopologyManagerImpl. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, org.infinispan.partitionhandling.impl.PartitionHandlingManager phm)
-
Uses of CacheTopologyHandler in org.infinispan.util
Methods in org.infinispan.util with parameters of type CacheTopologyHandler Modifier and Type Method Description CacheTopology
AbstractControlledLocalTopologyManager. join(String cacheName, CacheJoinInfo joinInfo, CacheTopologyHandler stm, org.infinispan.partitionhandling.impl.PartitionHandlingManager phm)
-