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 Fabric : ver. 1.8.0 Release Date : December 5 2016