Uses of Class
org.apache.ignite.cache.CacheWriteSynchronizationMode
-
Packages that use CacheWriteSynchronizationMode 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 CacheWriteSynchronizationMode in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return CacheWriteSynchronizationMode Modifier and Type Method Description static @Nullable CacheWriteSynchronizationMode
CacheWriteSynchronizationMode. fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.static CacheWriteSynchronizationMode
CacheWriteSynchronizationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheWriteSynchronizationMode[]
CacheWriteSynchronizationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.client
Methods in org.apache.ignite.client that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationMode
ClientCacheConfiguration. getWriteSynchronizationMode()
Methods in org.apache.ignite.client with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description ClientCacheConfiguration
ClientCacheConfiguration. setWriteSynchronizationMode(CacheWriteSynchronizationMode newVal)
-
Uses of CacheWriteSynchronizationMode in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationMode
CacheConfiguration. getWriteSynchronizationMode()
Gets write synchronization mode.Methods in org.apache.ignite.configuration with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description CacheConfiguration<K,V>
CacheConfiguration. setWriteSynchronizationMode(CacheWriteSynchronizationMode writeSync)
Sets write synchronization mode. -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.spi.systemview.view
Methods in org.apache.ignite.spi.systemview.view that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationMode
CacheView. writeSynchronizationMode()
-