Uses of Enum Class
org.infinispan.configuration.cache.CacheMode
Packages that use CacheMode
Package
Description
Cache
configurationClasses relating to the distributed cache mode.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of CacheMode in org.infinispan.configuration.cache
Subclasses with type arguments of type CacheMode in org.infinispan.configuration.cacheClasses in org.infinispan.configuration.cache that implement interfaces with type arguments of type CacheModeModifier and TypeClassDescriptionfinal class
Methods in org.infinispan.configuration.cache that return CacheModeModifier and TypeMethodDescriptionClusteringConfiguration.cacheMode()
Cache mode.ClusteringConfigurationBuilder.cacheMode()
CacheMode$___Marshaller_7f41ebfa559c25788384c382f08591308410b98044d833140c3867fb8400bfa2.decode
(int $1) static CacheMode
CacheMode.toAsync()
CacheMode.toSync()
CacheMode.toSync
(boolean sync) static CacheMode
CacheMode.valueOf
(int order) Returns the enum constant of this class with the specified name.static CacheMode
Returns the enum constant of this class with the specified name.static CacheMode[]
CacheMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.configuration.cache that return types with arguments of type CacheModeModifier and TypeMethodDescriptionCacheMode$___Marshaller_7f41ebfa559c25788384c382f08591308410b98044d833140c3867fb8400bfa2.getJavaClass()
Methods in org.infinispan.configuration.cache with parameters of type CacheMode -
Uses of CacheMode in org.infinispan.distribution
Methods in org.infinispan.distribution with parameters of type CacheModeModifier and TypeMethodDescriptionstatic LocalizedCacheTopology
LocalizedCacheTopology.makeSingletonTopology
(CacheMode cacheMode, Address localAddress) Constructors in org.infinispan.distribution with parameters of type CacheModeModifierConstructorDescriptionLocalizedCacheTopology
(CacheMode cacheMode, CacheTopology cacheTopology, KeyPartitioner keyPartitioner, Address localAddress, boolean connected) -
Uses of CacheMode in org.infinispan.distribution.impl
Methods in org.infinispan.distribution.impl with parameters of type CacheModeModifier and TypeMethodDescriptionstatic LocalizedCacheTopology
DistributionManagerImpl.makeSingletonTopology
(CacheMode cacheMode, KeyPartitioner keyPartitioner, int numSegments, Address localAddress) -
Uses of CacheMode in org.infinispan.topology
Methods in org.infinispan.topology that return CacheModeConstructors in org.infinispan.topology with parameters of type CacheModeModifierConstructorDescriptionCacheJoinInfo
(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, UUID persistentUUID, Optional<Integer> persistentStateChecksum) -
Uses of CacheMode in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type CacheModeModifier and TypeMethodDescriptionLog_$logger.invalidTouchMode
(CacheMode cacheMode) Log_$logger.unsupportedAsyncCacheMode
(CacheMode cacheMode)