| Package | Description |
|---|---|
| org.gridgain.grid.dr.cache.sender |
Data center replication-related interfaces and classes for sender caches. |
| org.gridgain.grid.kernal.processors.cache.dr | |
| org.gridgain.grid.kernal.visor.cmd.dto.cache |
| Modifier and Type | Field and Description |
|---|---|
static GridDrSenderCacheMode |
GridDrSenderCacheConfiguration.DFLT_MODE
Default data center replication sender cache mode.
|
| Modifier and Type | Method and Description |
|---|---|
static GridDrSenderCacheMode |
GridDrSenderCacheMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
GridDrSenderCacheMode |
GridDrSenderCacheConfiguration.getMode()
Gets mode.
|
static GridDrSenderCacheMode |
GridDrSenderCacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridDrSenderCacheMode[] |
GridDrSenderCacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDrSenderCacheConfiguration.setMode(GridDrSenderCacheMode mode)
Sets mode.
|
| Modifier and Type | Method and Description |
|---|---|
GridDrSenderCacheMode |
GridCacheDrSendAttributes.mode() |
| Modifier and Type | Method and Description |
|---|---|
GridDrSenderCacheMode |
VisorDrSenderConfig.mode() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisorDrSenderConfig.mode(GridDrSenderCacheMode mode) |
Copyright © 2014. All rights reserved.