| Package | Description |
|---|---|
| org.gridgain.grid.dr.cache.receiver |
Data center replication-related interfaces and classes for receiver caches. |
| org.gridgain.grid.dr.cache.sender |
Data center replication-related interfaces and classes for sender caches. |
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.dr |
Data center replication processor. |
| Modifier and Type | Method and Description |
|---|---|
GridDrEntry<K,V> |
GridDrReceiverCacheConflictContext.newEntry()
Gets new cache entry.
|
GridDrEntry<K,V> |
GridDrReceiverCacheConflictContext.oldEntry()
Gets old (existing) cache entry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridDrSenderCacheEntryFilter.accept(GridDrEntry<K,V> entry)
Whether to perform data center replication for particular cache entry or not.
|
| Modifier and Type | Method and Description |
|---|---|
GridDrEntry<K,V> |
GridCacheMapEntry.drEntry()
Create DR entry for that cache entry.
|
GridDrEntry<K,V> |
GridCacheEntryEx.drEntry()
Create DR entry for that cache entry.
|
| Modifier and Type | Method and Description |
|---|---|
GridDrReceiverConflictContextImpl<K,V> |
GridCacheContext.drResolveConflict(K key,
GridDrEntry<K,V> oldEntry,
GridDrEntry<K,V> newEntry)
Resolve DR conflict.
|
GridDrReceiverConflictContextImpl<K,V> |
GridCacheContext.drResolveConflict(K key,
GridDrEntry<K,V> oldEntry,
GridDrEntry<K,V> newEntry)
Resolve DR conflict.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDrPlainEntry<K,V>
Data center entry implementation containing only plain key and value.
|
class |
GridDrRawEntry<K,V>
Data center entry implementation containing plain and raw keys and values.
|
| Modifier and Type | Method and Description |
|---|---|
GridDrEntry<K,V> |
GridDrReceiverConflictContextImpl.newEntry()
Gets new cache entry.
|
GridDrEntry<K,V> |
GridDrReceiverConflictContextImpl.oldEntry()
Gets old (existing) cache entry.
|
| Constructor and Description |
|---|
GridDrReceiverConflictContextImpl(GridDrEntry<K,V> oldEntry,
GridDrEntry<K,V> newEntry)
Constructor.
|
GridDrReceiverConflictContextImpl(GridDrEntry<K,V> oldEntry,
GridDrEntry<K,V> newEntry)
Constructor.
|
Copyright © 2014. All rights reserved.