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 |
Contains system view implementations.
|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable CacheMode |
CacheMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
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.
|
Modifier and Type | Field and Description |
---|---|
static CacheMode |
ClientAtomicConfiguration.DFLT_CACHE_MODE
Cache mode.
|
Modifier and Type | Method and Description |
---|---|
CacheMode |
ClientCollectionConfiguration.getCacheMode() |
CacheMode |
ClientCacheConfiguration.getCacheMode() |
CacheMode |
ClientAtomicConfiguration.getCacheMode()
Gets the cache mode.
|
Modifier and Type | Method and Description |
---|---|
ClientCollectionConfiguration |
ClientCollectionConfiguration.setCacheMode(CacheMode cacheMode) |
ClientCacheConfiguration |
ClientCacheConfiguration.setCacheMode(CacheMode cacheMode) |
ClientAtomicConfiguration |
ClientAtomicConfiguration.setCacheMode(CacheMode cacheMode)
Sets the cache mode.
|
Modifier and Type | Field and Description |
---|---|
static CacheMode |
CacheConfiguration.DFLT_CACHE_MODE
Default caching mode.
|
static CacheMode |
AtomicConfiguration.DFLT_CACHE_MODE |
Modifier and Type | Method and Description |
---|---|
CacheMode |
CacheConfiguration.getCacheMode()
Gets caching mode to use.
|
CacheMode |
AtomicConfiguration.getCacheMode() |
CacheMode |
CollectionConfiguration.getCacheMode() |
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setCacheMode(CacheMode cacheMode)
Sets caching mode.
|
AtomicConfiguration |
AtomicConfiguration.setCacheMode(CacheMode cacheMode) |
CollectionConfiguration |
CollectionConfiguration.setCacheMode(CacheMode cacheMode) |
Modifier and Type | Method and Description |
---|---|
CacheMode |
CacheGroupView.cacheMode() |
CacheMode |
CacheView.cacheMode() |
Modifier and Type | Method and Description |
---|---|
Map<String,CacheMode> |
SnapshotInfoEx.cacheModes()
Cache mode per cache
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024