| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheMvccCallback.onFreed(GridDistributedCacheEntry<K,V> entry)
Called when entry has no more candidates.
|
void |
GridCacheMvccCallback.onLocked(GridDistributedCacheEntry<K,V> entry)
Called when entry gets a first candidate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtCacheEntry<K,V>
Replicated cache entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtAtomicCacheEntry<K,V>
DHT atomic cache entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDhtColocatedCacheEntry<K,V>
Cache entry for colocated cache.
|
class |
GridDhtDetachedCacheEntry<K,V>
Detached cache entry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNearCacheEntry<K,V>
Near cache entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<GridDistributedCacheEntry<K,V>> |
GridNearLockFuture.entriesCopy() |
Copyright © 2014. All rights reserved.