| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.visor.cmd.dto.cache | |
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
static GridCacheMode |
GridCacheConfiguration.DFLT_CACHE_MODE
Default caching mode.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheMode |
GridCacheMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheMode |
GridCacheConfiguration.getCacheMode()
Gets caching mode to use.
|
static GridCacheMode |
GridCacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheMode[] |
GridCacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheConfiguration.setCacheMode(GridCacheMode cacheMode)
Sets caching mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheMode |
GridCacheAttributes.cacheMode() |
| Modifier and Type | Method and Description |
|---|---|
GridCacheMode |
VisorCacheConfig.mode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorCacheConfig.mode(GridCacheMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static GridCacheMode |
GridUtils.cacheMode(GridNode n,
String cacheName)
Gets cache mode or a cache on given node or
null if cache is not
present on given node. |
Copyright © 2014. All rights reserved.