public interface GridCacheMvccCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFreed(GridDistributedCacheEntry entry)
Called when entry has no more candidates.
|
void |
onLocked(GridDistributedCacheEntry entry)
Called when entry gets a first candidate.
|
void |
onOwnerChanged(GridCacheEntryEx entry,
GridCacheMvccCandidate owner)
Called when entry lock ownership changes.
|
void onLocked(GridDistributedCacheEntry entry)
entry - Entry.void onOwnerChanged(GridCacheEntryEx entry, GridCacheMvccCandidate owner)
entry - Entry.owner - Current owner.void onFreed(GridDistributedCacheEntry entry)
entry - Entry
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017