public interface GridCacheMvccCallback<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onFreed(GridDistributedCacheEntry<K,V> entry)
Called when entry has no more candidates.
|
void |
onLocked(GridDistributedCacheEntry<K,V> entry)
Called when entry gets a first candidate.
|
void |
onOwnerChanged(GridCacheEntryEx<K,V> entry,
GridCacheMvccCandidate<K> prev,
GridCacheMvccCandidate<K> owner)
Called when entry lock ownership changes.
|
void onLocked(GridDistributedCacheEntry<K,V> entry)
entry - Entry.void onOwnerChanged(GridCacheEntryEx<K,V> entry, GridCacheMvccCandidate<K> prev, GridCacheMvccCandidate<K> owner)
entry - Entry.prev - Previous candidate.owner - Current owner.void onFreed(GridDistributedCacheEntry<K,V> entry)
entry - Entry
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015