Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.configuration.parsing | |
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.distribution.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.topology | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<CacheMode> |
ClusteringConfiguration.CACHE_MODE |
Modifier and Type | Method and Description |
---|---|
CacheMode |
ClusteringConfiguration.cacheMode()
Cache mode.
|
CacheMode |
ClusteringConfigurationBuilder.cacheMode() |
static CacheMode |
CacheMode.fromParts(String distribution,
String synchronicity) |
CacheMode |
CacheMode.toAsync() |
CacheMode |
CacheMode.toSync() |
CacheMode |
CacheMode.toSync(boolean sync) |
static CacheMode |
CacheMode.valueOf(int order) |
static CacheMode |
CacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheMode[] |
CacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClusteringConfigurationBuilder |
ClusteringConfigurationBuilder.cacheMode(CacheMode cacheMode)
Cache mode.
|
Modifier and Type | Method and Description |
---|---|
CacheMode |
Parser.Mode.apply(CacheMode mode) |
Modifier and Type | Method and Description |
---|---|
CacheMode |
Parser.Mode.apply(CacheMode mode) |
static Parser.Mode |
Parser.Mode.forCacheMode(CacheMode mode) |
Modifier and Type | Method and Description |
---|---|
static LocalizedCacheTopology |
LocalizedCacheTopology.makeSingletonTopology(CacheMode cacheMode,
Address localAddress) |
Constructor and Description |
---|
LocalizedCacheTopology(CacheMode cacheMode,
CacheTopology cacheTopology,
KeyPartitioner keyPartitioner,
Address localAddress,
boolean connected) |
Modifier and Type | Method and Description |
---|---|
static LocalizedCacheTopology |
DistributionManagerImpl.makeSingletonTopology(CacheMode cacheMode,
KeyPartitioner keyPartitioner,
int numSegments,
Address localAddress) |
Modifier and Type | Method and Description |
---|---|
static RebalanceType |
RebalanceType.from(CacheMode cacheMode) |
Modifier and Type | Method and Description |
---|---|
CacheMode |
CacheJoinInfo.getCacheMode() |
Constructor and Description |
---|
CacheJoinInfo(ConsistentHashFactory consistentHashFactory,
int numSegments,
int numOwners,
long timeout,
CacheMode cacheMode,
float capacityFactor,
PersistentUUID persistentUUID,
Optional<Integer> persistentStateChecksum) |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log.unsupportedAsyncCacheMode(CacheMode cacheMode) |
CacheConfigurationException |
Log_$logger.unsupportedAsyncCacheMode(CacheMode cacheMode) |
void |
Log.unsupportedAsyncCacheMode(CacheMode unsupportedCacheMode,
CacheMode forcedCacheMode) |
void |
Log_$logger.unsupportedAsyncCacheMode(CacheMode unsupportedCacheMode,
CacheMode forcedCacheMode) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.