| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache.dr | |
| org.gridgain.grid.kernal.processors.cache.dr.os | |
| org.gridgain.grid.kernal.processors.dr |
Data center replication processor. |
| org.gridgain.grid.kernal.processors.dr.messages.external |
External replication messages, i.e. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDrManager.replicate(GridDrRawEntry<K,V> entry,
GridDrType drType)
Perform replication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridOsCacheDrManager.replicate(GridDrRawEntry<K,V> entry,
GridDrType drType)
Perform replication.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> GridDrRawEntry<K,V> |
GridDrUtils.readDrEntry(DataInput in,
byte dataCenterId)
Read marshaled DR entry.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
GridDrUtils.writeDrEntry(DataOutput out,
GridDrRawEntry<K,V> entry)
Write marshalled DR entry.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridDrRawEntry<K,V>> |
GridDrExternalBatchRequest.data() |
Copyright © 2014. All rights reserved.