public interface SwapSpaceSpiListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSwapEvent(int evtType,
String spaceName,
byte[] keyBytes,
byte[] valBytes)
Notification for swap space events.
|
void onSwapEvent(int evtType,
@Nullable
String spaceName,
@Nullable
byte[] keyBytes,
@Nullable
byte[] valBytes)
evtType - Event type. See SwapSpaceEventspaceName - Space name for this event or null for default space.keyBytes - Key bytes of affected entry. Not null only for evict notifications.valBytes - Value bytes of affected entry. Not null only for evict notifications.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016