public class GridCacheEntryInfoCollectSwapListener<K,V> extends Object implements GridCacheSwapListener<K,V>
| Constructor and Description |
|---|
GridCacheEntryInfoCollectSwapListener(IgniteLogger log,
GridCacheContext<K,V> ctx) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheEntryInfo<K,V>> |
entries() |
void |
onEntryUnswapped(int part,
K key,
byte[] keyBytes,
GridCacheSwapEntry<V> swapEntry) |
public GridCacheEntryInfoCollectSwapListener(IgniteLogger log, GridCacheContext<K,V> ctx)
log - Logger.ctx - Context.public void onEntryUnswapped(int part,
K key,
byte[] keyBytes,
GridCacheSwapEntry<V> swapEntry)
onEntryUnswapped in interface GridCacheSwapListener<K,V>part - Partition.key - Cache key.keyBytes - Key bytes.swapEntry - Entry.public Collection<GridCacheEntryInfo<K,V>> entries()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015