Uses of Class
org.apache.ignite.cache.CacheMode
-
Packages that use CacheMode Package Description org.apache.ignite.cache Contains main Data Grid APIs.org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.spi.systemview.view ContainsSystemView
clases that exists in Ignite. -
-
Uses of CacheMode in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return CacheMode Modifier and Type Method Description static @Nullable CacheMode
CacheMode. fromCode(int code)
Efficiently gets enumerated value from its code.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.apache.ignite.cache with parameters of type CacheMode Modifier and Type Method Description static byte
CacheMode. toCode(@Nullable CacheMode mode)
-
Uses of CacheMode in org.apache.ignite.client
Fields in org.apache.ignite.client declared as CacheMode Modifier and Type Field Description static CacheMode
ClientAtomicConfiguration. DFLT_CACHE_MODE
Cache mode.Methods in org.apache.ignite.client that return CacheMode Modifier and Type Method Description CacheMode
ClientAtomicConfiguration. getCacheMode()
Gets the cache mode.CacheMode
ClientCacheConfiguration. getCacheMode()
CacheMode
ClientCollectionConfiguration. getCacheMode()
Methods in org.apache.ignite.client with parameters of type CacheMode Modifier and Type Method Description ClientAtomicConfiguration
ClientAtomicConfiguration. setCacheMode(CacheMode cacheMode)
Sets the cache mode.ClientCacheConfiguration
ClientCacheConfiguration. setCacheMode(CacheMode cacheMode)
ClientCollectionConfiguration
ClientCollectionConfiguration. setCacheMode(CacheMode cacheMode)
-
Uses of CacheMode in org.apache.ignite.configuration
Fields in org.apache.ignite.configuration declared as CacheMode Modifier and Type Field Description static CacheMode
AtomicConfiguration. DFLT_CACHE_MODE
static CacheMode
CacheConfiguration. DFLT_CACHE_MODE
Default caching mode.Methods in org.apache.ignite.configuration that return CacheMode Modifier and Type Method Description CacheMode
AtomicConfiguration. getCacheMode()
CacheMode
CacheConfiguration. getCacheMode()
Gets caching mode to use.CacheMode
CollectionConfiguration. getCacheMode()
Methods in org.apache.ignite.configuration with parameters of type CacheMode Modifier and Type Method Description AtomicConfiguration
AtomicConfiguration. setCacheMode(CacheMode cacheMode)
CacheConfiguration<K,V>
CacheConfiguration. setCacheMode(CacheMode cacheMode)
Sets caching mode.CollectionConfiguration
CollectionConfiguration. setCacheMode(CacheMode cacheMode)
-
Uses of CacheMode in org.apache.ignite.spi.systemview.view
Methods in org.apache.ignite.spi.systemview.view that return CacheMode Modifier and Type Method Description CacheMode
CacheGroupView. cacheMode()
CacheMode
CacheView. cacheMode()
-