| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheBatchSwapEntry<K,V>
Entry for batch swap operations.
|
| Modifier and Type | Method and Description |
|---|---|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry<V>>> |
GridCacheSwapManager.iterator(int part)
Gets offheap and swap iterator over partition.
|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry<V>>> |
GridCacheSwapManager.offHeapIterator(int part)
Gets offheap iterator over partition.
|
GridCloseableIterator<Map.Entry<byte[],GridCacheSwapEntry<V>>> |
GridCacheSwapManager.swapIterator(int part)
Gets swap space iterator over partition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCacheMapEntry.initialValue(K key,
GridCacheSwapEntry<V> unswapped)
Sets new value if current version is 0 using swap entry data.
|
boolean |
GridCacheEntryEx.initialValue(K key,
GridCacheSwapEntry<V> unswapped)
Sets new value if current version is 0 using swap entry data.
|
Copyright © 2014. All rights reserved.