Uses of Enum
org.infinispan.configuration.cache.CacheMode
Packages that use CacheMode
Package
Description
Cache configurationClasses relating to the distributed cache mode.
Transfer of state to new caches in a cluster.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of CacheMode in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type CacheModeModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<CacheMode>ClusteringConfiguration.CACHE_MODEMethods in org.infinispan.configuration.cache that return CacheModeModifier and TypeMethodDescriptionClusteringConfiguration.cacheMode()Cache mode.ClusteringConfigurationBuilder.cacheMode()static CacheModeCacheMode.toAsync()CacheMode.toSync()CacheMode.toSync(boolean sync) static CacheModeCacheMode.valueOf(int order) Returns the enum constant of this type with the specified name.static CacheModeReturns 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.Methods in org.infinispan.configuration.cache with parameters of type CacheModeModifier and TypeMethodDescriptionCache mode. -
Uses of CacheMode in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return CacheModeMethods in org.infinispan.configuration.parsing with parameters of type CacheModeModifier and TypeMethodDescriptionstatic CacheParser.ModeCacheParser.Mode.forCacheMode(CacheMode mode) -
Uses of CacheMode in org.infinispan.distribution
Methods in org.infinispan.distribution with parameters of type CacheModeModifier and TypeMethodDescriptionstatic LocalizedCacheTopologyLocalizedCacheTopology.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 LocalizedCacheTopologyDistributionManagerImpl.makeSingletonTopology(CacheMode cacheMode, KeyPartitioner keyPartitioner, int numSegments, Address localAddress) -
Uses of CacheMode in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type CacheMode -
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, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum) -
Uses of CacheMode in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type CacheModeModifier and TypeMethodDescriptionfinal org.infinispan.commons.CacheConfigurationExceptionLog_$logger.invalidTouchMode(CacheMode cacheMode) org.infinispan.commons.CacheConfigurationExceptionLog.invalidTouchMode(CacheMode cacheMode) final org.infinispan.commons.CacheConfigurationExceptionLog_$logger.unsupportedAsyncCacheMode(CacheMode cacheMode) final voidLog_$logger.unsupportedAsyncCacheMode(CacheMode unsupportedCacheMode, CacheMode forcedCacheMode) org.infinispan.commons.CacheConfigurationExceptionLog.unsupportedAsyncCacheMode(CacheMode cacheMode) voidLog.unsupportedAsyncCacheMode(CacheMode unsupportedCacheMode, CacheMode forcedCacheMode)