| 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 GridCacheDistributionMode |
GridCacheConfiguration.DFLT_DISTRIBUTION_MODE
Default value for cache distribution mode.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheDistributionMode |
GridCacheDistributionMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridCacheDistributionMode |
GridCacheConfiguration.getDistributionMode()
Gets cache distribution mode.
|
static GridCacheDistributionMode |
GridCacheDistributionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheDistributionMode[] |
GridCacheDistributionMode.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.setDistributionMode(GridCacheDistributionMode distro)
Sets cache distribution mode.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheDistributionMode |
GridCacheUtils.distributionMode(GridCacheConfiguration cfg)
Gets default partitioned cache mode.
|
GridCacheDistributionMode |
GridCacheAttributes.partitionedTaxonomy() |
| Modifier and Type | Method and Description |
|---|---|
GridCacheDistributionMode |
VisorCacheConfig.distributionMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorCacheConfig.distributionMode(GridCacheDistributionMode distributionMode) |
Copyright © 2014. All rights reserved.