public interface GridSwapSpaceSpiListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSwapEvent(int evtType,
String spaceName,
byte[] keyBytes)
Notification for swap space events.
|
void onSwapEvent(int evtType,
@Nullable
String spaceName,
@Nullable
byte[] keyBytes)
evtType - Event type. See GridSwapSpaceEventspaceName - Space name for this event or null for default space.keyBytes - Key bytes of affected entry. Not null only for evict notifications.Copyright © 2014. All rights reserved.