| 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 |
| Modifier and Type | Field and Description |
|---|---|
static GridCachePreloadMode |
GridCacheConfiguration.DFLT_PRELOAD_MODE
Default preload mode for distributed cache.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCachePreloadMode |
GridCachePreloadMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridCachePreloadMode |
GridCacheConfiguration.getPreloadMode()
Gets preload mode for distributed cache.
|
static GridCachePreloadMode |
GridCachePreloadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCachePreloadMode[] |
GridCachePreloadMode.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.setPreloadMode(GridCachePreloadMode preloadMode)
Sets cache preload mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridCachePreloadMode |
GridCacheAttributes.cachePreloadMode() |
| Modifier and Type | Method and Description |
|---|---|
GridCachePreloadMode |
VisorPreloadConfig.mode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorPreloadConfig.mode(GridCachePreloadMode mode) |
Copyright © 2014. All rights reserved.