public interface GridCacheLockCallback
| 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 Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021