Uses of Class
org.infinispan.configuration.cache.CacheMode
-
Packages that use CacheMode Package Description org.infinispan.configuration.cache Cacheconfigurationorg.infinispan.distribution Classes relating to the distributed cache mode. -
-
Uses of CacheMode in org.infinispan.configuration.cache
Fields in org.infinispan.configuration.cache with type parameters of type CacheMode Modifier and Type Field Description static org.infinispan.commons.configuration.attributes.AttributeDefinition<CacheMode>ClusteringConfiguration. CACHE_MODEMethods in org.infinispan.configuration.cache that return CacheMode Modifier and Type Method Description CacheModeClusteringConfiguration. cacheMode()Cache mode.CacheModeClusteringConfigurationBuilder. cacheMode()static CacheModeCacheMode. fromParts(String distribution, String synchronicity)CacheModeCacheMode. toAsync()CacheModeCacheMode. toSync()CacheModeCacheMode. toSync(boolean sync)static CacheModeCacheMode. valueOf(int order)Returns the enum constant of this type with the specified name.static CacheModeCacheMode. 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.Methods in org.infinispan.configuration.cache with parameters of type CacheMode Modifier and Type Method Description ClusteringConfigurationBuilderClusteringConfigurationBuilder. cacheMode(CacheMode cacheMode)Cache mode. -
Uses of CacheMode in org.infinispan.distribution
Methods in org.infinispan.distribution with parameters of type CacheMode Modifier and Type Method Description static LocalizedCacheTopologyLocalizedCacheTopology. makeSingletonTopology(CacheMode cacheMode, org.infinispan.remoting.transport.Address localAddress)Constructors in org.infinispan.distribution with parameters of type CacheMode Constructor Description LocalizedCacheTopology(CacheMode cacheMode, org.infinispan.topology.CacheTopology cacheTopology, KeyPartitioner keyPartitioner, org.infinispan.remoting.transport.Address localAddress, boolean connected)
-