| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.client | |
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.visor.cache |
| Modifier and Type | Method and Description |
|---|---|
static 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 | Method and Description |
|---|---|
CacheAtomicityMode |
ClientCacheConfiguration.getAtomicityMode() |
| Modifier and Type | Method and Description |
|---|---|
ClientCacheConfiguration |
ClientCacheConfiguration.setAtomicityMode(CacheAtomicityMode atomicityMode) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
CacheAtomicityMode |
GridCacheAttributes.atomicityMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryProcessor.dynamicTableCreate(String schemaName,
QueryEntity entity,
String templateName,
String cacheName,
String cacheGroup,
String dataRegion,
String affinityKey,
CacheAtomicityMode atomicityMode,
CacheWriteSynchronizationMode writeSyncMode,
Integer backups,
boolean ifNotExists)
Create cache and table from given query entity.
|
| Modifier and Type | Method and Description |
|---|---|
CacheAtomicityMode |
VisorCacheConfiguration.getAtomicityMode() |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018