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 SwapSpaceEvent
spaceName
- 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.1.0-incubating Release Date : May 20 2015