| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.visor.cache | |
| org.apache.ignite.internal.visor.node |
| Modifier and Type | Method and Description |
|---|---|
static 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 |
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 |
CacheConfiguration.setCacheMode(CacheMode cacheMode)
Sets caching mode.
|
void |
CollectionConfiguration.setCacheMode(CacheMode cacheMode) |
void |
AtomicConfiguration.setCacheMode(CacheMode cacheMode) |
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
GridCacheAttributes.cacheMode() |
CacheMode |
GridCacheProcessor.cacheMode(String cacheName)
Gets cache mode.
|
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
VisorCacheAggregatedMetrics.mode() |
CacheMode |
VisorCacheConfiguration.mode() |
CacheMode |
VisorCache.mode() |
CacheMode |
VisorCacheMetrics.mode() |
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
VisorAtomicConfiguration.cacheMode() |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015