| Package | Description |
|---|---|
| org.gridgain.grid.kernal.managers.swapspace |
TODO.
|
| org.gridgain.grid.kernal.processors.cache |
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
GridSwapSpaceManager.writeAll(String spaceName,
Iterable<GridCacheBatchSwapEntry<K,V>> swapped,
ClassLoader ldr)
Writes batch to swap.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheBatchSwapEntry<K,V> |
GridCacheMapEntry.evictInBatchInternal(GridCacheVersion obsoleteVer)
Evicts entry when batch evict is performed.
|
GridCacheBatchSwapEntry<K,V> |
GridCacheEntryEx.evictInBatchInternal(GridCacheVersion obsoleteVer)
Evicts entry when batch evict is performed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridCacheBatchSwapEntry<K,V>> |
GridCacheSwapManager.readAndRemove(Collection<? extends K> keys) |
Copyright © 2014. All rights reserved.