Uses of Class
org.infinispan.distribution.LocalizedCacheTopology
-
Packages that use LocalizedCacheTopology Package Description org.infinispan.distribution Classes relating to the distributed cache mode. -
-
Uses of LocalizedCacheTopology in org.infinispan.distribution
Methods in org.infinispan.distribution that return LocalizedCacheTopology Modifier and Type Method Description LocalizedCacheTopology
DistributionManager. createLocalizedCacheTopology(org.infinispan.topology.CacheTopology cacheTopology)
LocalizedCacheTopology
DistributionManager. getCacheTopology()
static LocalizedCacheTopology
LocalizedCacheTopology. makeSegmentedSingletonTopology(KeyPartitioner keyPartitioner, int numSegments, org.infinispan.remoting.transport.Address localAddress)
Creates a new local topology that has a single address but multiple segments.static LocalizedCacheTopology
LocalizedCacheTopology. makeSingletonTopology(CacheMode cacheMode, org.infinispan.remoting.transport.Address localAddress)
-