Uses of Enum
org.infinispan.configuration.cache.CacheMode
-
Uses of CacheMode in org.infinispan.configuration.cache
Modifier and TypeMethodDescriptionClusteringConfiguration.cacheMode()
Cache mode.ClusteringConfigurationBuilder.cacheMode()
static CacheMode
CacheMode.toAsync()
CacheMode.toSync()
CacheMode.toSync
(boolean sync) static CacheMode
CacheMode.valueOf
(int order) Returns the enum constant of this type with the specified name.static CacheMode
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 TypeMethodDescriptionCache mode. -
Uses of CacheMode in org.infinispan.distribution
Modifier and TypeMethodDescriptionstatic LocalizedCacheTopology
LocalizedCacheTopology.makeSingletonTopology
(CacheMode cacheMode, Address localAddress) ModifierConstructorDescriptionLocalizedCacheTopology
(CacheMode cacheMode, CacheTopology cacheTopology, KeyPartitioner keyPartitioner, Address localAddress, boolean connected) -
Uses of CacheMode in org.infinispan.distribution.impl
Modifier and TypeMethodDescriptionstatic LocalizedCacheTopology
DistributionManagerImpl.makeSingletonTopology
(CacheMode cacheMode, KeyPartitioner keyPartitioner, int numSegments, Address localAddress) -
Uses of CacheMode in org.infinispan.topology
ModifierConstructorDescriptionCacheJoinInfo
(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)