| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.visor.cmd.dto.cache |
| Modifier and Type | Field and Description |
|---|---|
static GridCacheMemoryMode |
GridCacheConfiguration.DFLT_MEMORY_MODE
Default memory mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheMemoryMode |
GridCacheConfiguration.getMemoryMode()
Gets memory mode for cache.
|
static GridCacheMemoryMode |
GridCacheMemoryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheMemoryMode[] |
GridCacheMemoryMode.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.setMemoryMode(GridCacheMemoryMode memMode)
Sets memory mode for cache.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheMemoryMode |
VisorCacheConfig.memoryMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorCacheConfig.memoryMode(GridCacheMemoryMode memoryMode) |
Copyright © 2014. All rights reserved.