| Package | Description |
|---|---|
| org.gridgain.grid.cache.store |
Contains cache store interfaces.
|
| org.gridgain.grid.kernal.managers.swapspace |
TODO.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated | |
| org.gridgain.grid.kernal.processors.cache.distributed.near | |
| org.gridgain.grid.spi.swapspace |
Contains APIs for swap space SPI.
|
| org.gridgain.grid.spi.swapspace.file |
Contains file-based swap space SPI.
|
| org.gridgain.grid.spi.swapspace.noop |
Contains default no-op swap space SPI implementation.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| org.gridgain.grid.util.lang | |
| org.gridgain.grid.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheLoadOnlyStoreAdapter.loadAll(GridCacheTx tx,
Collection<? extends K> keys,
GridBiInClosure<K,V> c)
Loads all values for given keys and passes every value to the provided closure.
|
void |
GridCacheStore.loadAll(GridCacheTx tx,
Collection<? extends K> keys,
GridBiInClosure<K,V> c)
Loads all values for given keys and passes every value to the provided closure.
|
void |
GridCacheStoreAdapter.loadAll(GridCacheTx tx,
Collection<? extends K> keys,
GridBiInClosure<K,V> c)
Loads all values for given keys and passes every value to the provided closure.
|
void |
GridCacheLoadOnlyStoreAdapter.loadCache(GridBiInClosure<K,V> c,
Object... args)
Loads all values from underlying persistent storage.
|
void |
GridCacheStore.loadCache(GridBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
void |
GridCacheStoreAdapter.loadCache(GridBiInClosure<K,V> clo,
Object... args)
Default empty implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridSwapSpaceManager.removeAll(String spaceName,
Collection<GridSwapKey> keys,
GridBiInClosure<GridSwapKey,byte[]> c,
ClassLoader ldr)
Removes value from swap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheIoManager.addHandler(Class<? extends GridCacheMessage> type,
GridBiInClosure<UUID,? extends GridCacheMessage<K,V>> c)
Adds message handler.
|
void |
GridCacheIoManager.addOrderedHandler(Object topic,
GridBiInClosure<UUID,? extends GridCacheMessage<K,V>> c)
Adds ordered message handler.
|
void |
GridCacheWriteBehindStore.loadAll(GridCacheTx tx,
Collection<? extends K> keys,
GridBiInClosure<K,V> c)
Loads all values for given keys and passes every value to the provided closure.
|
boolean |
GridCacheStoreManager.loadAllFromStore(GridCacheTx tx,
Collection<? extends K> keys,
GridBiInClosure<K,V> vis)
Loads data from persistent store.
|
void |
GridCacheWriteBehindStore.loadCache(GridBiInClosure<K,V> clo,
Object... args)
Default empty implementation.
|
GridFuture<Boolean> |
GridCacheTxLocalAdapter.loadMissing(boolean async,
Collection<? extends K> keys,
GridBiInClosure<K,V> c) |
GridFuture<Boolean> |
GridCacheTxLocalEx.loadMissing(boolean async,
Collection<? extends K> keys,
GridBiInClosure<K,V> c) |
GridFuture<Object> |
GridCacheAdapter.readThroughAllAsync(Collection<? extends K> keys,
boolean reload,
GridCacheTxEx<K,V> tx,
GridPredicate<GridCacheEntry<K,V>>[] filter,
UUID subjId,
GridBiInClosure<K,V> vis) |
void |
GridCacheIoManager.removeHandler(Class<?> type,
GridBiInClosure<UUID,?> c)
Removes message handler.
|
| Modifier and Type | Method and Description |
|---|---|
GridFuture<Boolean> |
GridDhtColocatedTxLocal.loadMissing(boolean async,
Collection<? extends K> keys,
GridBiInClosure<K,V> c) |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<Object> |
GridNearCacheAdapter.readThroughAllAsync(Collection<? extends K> keys,
boolean reload,
GridCacheTxEx<K,V> tx,
GridPredicate<GridCacheEntry<K,V>>[] filter,
UUID subjId,
GridBiInClosure<K,V> vis) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridSwapSpaceSpi.removeAll(String spaceName,
Collection<GridSwapKey> keys,
GridBiInClosure<GridSwapKey,byte[]> c,
GridSwapContext ctx)
Removes values stored in data space with given name corresponding to specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridFileSwapSpaceSpi.removeAll(String spaceName,
Collection<GridSwapKey> keys,
GridBiInClosure<GridSwapKey,byte[]> c,
GridSwapContext ctx)
Removes values stored in data space with given name corresponding to specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridNoopSwapSpaceSpi.removeAll(String spaceName,
Collection<GridSwapKey> keys,
GridBiInClosure<GridSwapKey,byte[]> c,
GridSwapContext ctx)
Removes values stored in data space with given name corresponding to specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
GridBiInClosure<K,V> |
GridBoundedConcurrentOrderedMap.evictionListener()
Gets closure listener to be called for every eviction event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridBoundedConcurrentOrderedMap.evictionListener(GridBiInClosure<K,V> lsnr)
Sets closure listener to be called for every eviction event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridInClosure2X<E1,E2>
Convenient in-closure subclass that allows for thrown grid exception.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CI2<E1,E2>
Defines
alias for GridBiInClosure by extending it. |
| Modifier and Type | Class and Description |
|---|---|
class |
CIX2<E1,E2>
Defines
alias for GridInClosure2X by extending it. |
Copyright © 2014. All rights reserved.