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
SystemView clases that exists in Ignite. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static byte |
CacheMode.toCode(@Nullable CacheMode mode) |
Modifier and Type | Field and Description |
---|---|
static CacheMode |
ClientAtomicConfiguration.DFLT_CACHE_MODE
Cache mode.
|
Modifier and Type | Method and Description |
---|---|
CacheMode |
ClientAtomicConfiguration.getCacheMode()
Gets the cache mode.
|
CacheMode |
ClientCacheConfiguration.getCacheMode() |
CacheMode |
ClientCollectionConfiguration.getCacheMode() |
Modifier and Type | Method and Description |
---|---|
ClientAtomicConfiguration |
ClientAtomicConfiguration.setCacheMode(CacheMode cacheMode)
Sets the cache mode.
|
ClientCacheConfiguration |
ClientCacheConfiguration.setCacheMode(CacheMode cacheMode) |
ClientCollectionConfiguration |
ClientCollectionConfiguration.setCacheMode(CacheMode cacheMode) |
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 |
CollectionConfiguration.getCacheMode() |
CacheMode |
AtomicConfiguration.getCacheMode() |
Modifier and Type | Method and Description |
---|---|
CacheConfiguration<K,V> |
CacheConfiguration.setCacheMode(CacheMode cacheMode)
Sets caching mode.
|
CollectionConfiguration |
CollectionConfiguration.setCacheMode(CacheMode cacheMode) |
AtomicConfiguration |
AtomicConfiguration.setCacheMode(CacheMode cacheMode) |
Modifier and Type | Method and Description |
---|---|
CacheMode |
CacheView.cacheMode() |
CacheMode |
CacheGroupView.cacheMode() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023