public interface GridOffHeapEvictListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEvict(int part,
int hash,
byte[] keyBytes,
byte[] valBytes)
Eviction callback.
|
boolean |
removeEvicted() |
void onEvict(int part,
int hash,
byte[] keyBytes,
byte[] valBytes)
part - Entry partitionhash - Hash.keyBytes - Key bytes.valBytes - Value bytes.boolean removeEvicted()
True if entry selected for eviction should be immediately removed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021