Uses of Class
org.infinispan.configuration.cache.CacheMode
-
Packages that use CacheMode Package Description org.infinispan.configuration.cache Cache
configurationorg.infinispan.configuration.parsing org.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.topology -
-
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 AttributeDefinition<CacheMode>
ClusteringConfiguration. CACHE_MODE
Methods in org.infinispan.configuration.cache that return CacheMode Modifier and Type Method Description CacheMode
ClusteringConfiguration. cacheMode()
Cache mode.CacheMode
ClusteringConfigurationBuilder. cacheMode()
CacheMode
CacheMode. toAsync()
CacheMode
CacheMode. toSync()
static CacheMode
CacheMode. valueOf(int order)
Returns the enum constant of this type with the specified name.static CacheMode
CacheMode. 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 ClusteringConfigurationBuilder
ClusteringConfigurationBuilder. cacheMode(CacheMode cacheMode)
Cache mode. -
Uses of CacheMode in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return CacheMode Modifier and Type Method Description CacheMode
Parser.Mode. apply(CacheMode mode)
Methods in org.infinispan.configuration.parsing with parameters of type CacheMode Modifier and Type Method Description CacheMode
Parser.Mode. apply(CacheMode mode)
static Parser.Mode
Parser.Mode. forCacheMode(CacheMode mode)
-
Uses of CacheMode in org.infinispan.distribution
Methods in org.infinispan.distribution with parameters of type CacheMode Modifier and Type Method Description static LocalizedCacheTopology
LocalizedCacheTopology. makeSingletonTopology(CacheMode cacheMode, Address localAddress)
Constructors in org.infinispan.distribution with parameters of type CacheMode Constructor Description LocalizedCacheTopology(CacheMode cacheMode, CacheTopology cacheTopology, KeyPartitioner keyPartitioner, Address localAddress, boolean connected)
-
Uses of CacheMode in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type CacheMode Modifier and Type Method Description static RebalanceType
RebalanceType. from(CacheMode cacheMode)
-
Uses of CacheMode in org.infinispan.topology
Methods in org.infinispan.topology that return CacheMode Modifier and Type Method Description CacheMode
CacheJoinInfo. getCacheMode()
Constructors in org.infinispan.topology with parameters of type CacheMode Constructor Description CacheJoinInfo(ConsistentHashFactory consistentHashFactory, Hash hashFunction, int numSegments, int numOwners, long timeout, boolean totalOrder, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)
-