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 CacheTopologyInfo
RemoteCache. getCacheTopologyInfo()
ReturnsCacheTopologyInfo
for 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 Collection<Set<Integer>>
DataPartitioner. split(CacheTopologyInfo sourceClusterTopology)
Same asDataPartitioner.split(CacheTopologyInfo, int)
but will create a single partition per serverCollection<Set<Integer>>
DataPartitioner. split(CacheTopologyInfo sourceClusterTopology, int partitionsPerServer)
-