Package | Description |
---|---|
org.apache.ignite.cache |
Contains main Data Grid APIs.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable CacheAtomicityMode |
CacheAtomicityMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static CacheAtomicityMode |
CacheAtomicityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheAtomicityMode[] |
CacheAtomicityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static CacheAtomicityMode |
CacheConfiguration.DFLT_CACHE_ATOMICITY_MODE
Default atomicity mode.
|
Modifier and Type | Method and Description |
---|---|
CacheAtomicityMode |
CacheConfiguration.getAtomicityMode()
Gets cache atomicity mode.
|
CacheAtomicityMode |
CollectionConfiguration.getAtomicityMode() |
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setAtomicityMode(CacheAtomicityMode atomicityMode)
Sets cache atomicity mode.
|
CollectionConfiguration |
CollectionConfiguration.setAtomicityMode(CacheAtomicityMode atomicityMode) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019