Package | Description |
---|---|
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
Modifier and Type | Method and Description |
---|---|
LocalizedCacheTopology |
DistributionManager.createLocalizedCacheTopology(CacheTopology cacheTopology) |
LocalizedCacheTopology |
DistributionManager.getCacheTopology() |
static LocalizedCacheTopology |
LocalizedCacheTopology.makeSegmentedSingletonTopology(KeyPartitioner keyPartitioner,
int numSegments,
Address localAddress)
Creates a new local topology that has a single address but multiple segments.
|
static LocalizedCacheTopology |
LocalizedCacheTopology.makeSingletonTopology(CacheMode cacheMode,
Address localAddress) |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.