| 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.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.verify | |
| 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 | Method and Description |
|---|---|
CacheMode |
ClientCacheConfiguration.getCacheMode() |
| Modifier and Type | Method and Description |
|---|---|
ClientCacheConfiguration |
ClientCacheConfiguration.setCacheMode(CacheMode cacheMode) |
| Modifier and Type | Field and Description |
|---|---|
static CacheMode |
AtomicConfiguration.DFLT_CACHE_MODE |
static CacheMode |
CacheConfiguration.DFLT_CACHE_MODE
Default caching mode.
|
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
AtomicConfiguration.getCacheMode() |
CacheMode |
CacheConfiguration.getCacheMode()
Gets caching mode to use.
|
CacheMode |
CollectionConfiguration.getCacheMode() |
| Modifier and Type | Method and Description |
|---|---|
AtomicConfiguration |
AtomicConfiguration.setCacheMode(CacheMode cacheMode) |
CacheConfiguration<K,V> |
CacheConfiguration.setCacheMode(CacheMode cacheMode)
Sets caching mode.
|
CollectionConfiguration |
CollectionConfiguration.setCacheMode(CacheMode cacheMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDiscoveryManager.addCacheGroup(CacheGroupDescriptor grpDesc,
IgnitePredicate<ClusterNode> filter,
CacheMode cacheMode) |
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
GridCacheAttributes.cacheMode() |
CacheMode |
GridCacheProcessor.cacheMode(String cacheName)
Gets cache mode.
|
CacheMode |
CacheConfigurationOverride.mode() |
| Modifier and Type | Method and Description |
|---|---|
CacheConfigurationOverride |
CacheConfigurationOverride.mode(CacheMode mode) |
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
CacheInfo.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheInfo.setMode(CacheMode mode) |
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
VisorCache.getMode() |
CacheMode |
VisorCacheAggregatedMetrics.getMode() |
CacheMode |
VisorCacheMetrics.getMode() |
CacheMode |
VisorCacheConfiguration.getMode() |
| Modifier and Type | Method and Description |
|---|---|
CacheMode |
VisorAtomicConfiguration.getCacheMode() |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018