public interface GridCacheSwapListener<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryUnswapped(int part,
K key,
byte[] keyBytes,
V val,
byte[] valBytes,
GridCacheVersion ver,
long ttl,
long expireTime) |
void onEntryUnswapped(int part,
K key,
byte[] keyBytes,
V val,
byte[] valBytes,
GridCacheVersion ver,
long ttl,
long expireTime)
part - Partition.key - Cache key.keyBytes - Key bytes.val - Value.valBytes - Value bytes.ver - Version.ttl - TTL.expireTime - Expire time.Copyright © 2014. All rights reserved.