Uses of Interface
org.infinispan.client.hotrod.CacheTopologyInfo
-
Packages that use CacheTopologyInfo Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.persistence.remote.upgrade -
-
Uses of CacheTopologyInfo in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return CacheTopologyInfo Modifier and Type Method Description CacheTopologyInfoRemoteCache. getCacheTopologyInfo()ReturnsCacheTopologyInfofor this cache. -
Uses of CacheTopologyInfo in org.infinispan.persistence.remote.upgrade
Methods in org.infinispan.persistence.remote.upgrade with parameters of type CacheTopologyInfo Modifier and Type Method Description default java.util.Collection<java.util.Set<java.lang.Integer>>DataPartitioner. split(CacheTopologyInfo sourceClusterTopology)Same asDataPartitioner.split(CacheTopologyInfo, int)but will create a single partition per serverjava.util.Collection<java.util.Set<java.lang.Integer>>DataPartitioner. split(CacheTopologyInfo sourceClusterTopology, int partitionsPerServer)
-