Uses of Enum
org.infinispan.configuration.cache.CacheMode
Packages that use CacheMode
-
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.distribution
Methods in org.infinispan.distribution with parameters of type CacheModeModifier and TypeMethodDescriptionstatic LocalizedCacheTopologyLocalizedCacheTopology.makeSingletonTopology(CacheMode cacheMode, org.infinispan.remoting.transport.Address localAddress) Constructors in org.infinispan.distribution with parameters of type CacheModeModifierConstructorDescriptionLocalizedCacheTopology(CacheMode cacheMode, org.infinispan.topology.CacheTopology cacheTopology, KeyPartitioner keyPartitioner, org.infinispan.remoting.transport.Address localAddress, boolean connected)