| Modifier and Type | Method and Description |
|---|---|
void |
CacheStoreAdapter.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Default empty implementation.
|
void |
CacheStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
void |
CacheLoadOnlyStoreAdapter.loadCache(IgniteBiInClosure<K,V> c,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheAbstractJdbcStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridSwapSpaceManager.removeAll(String spaceName,
Collection<SwapKey> keys,
IgniteBiInClosure<SwapKey,byte[]> c,
ClassLoader ldr)
Removes value from swap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheIoManager.addHandler(int cacheId,
Class<? extends GridCacheMessage> type,
IgniteBiInClosure<UUID,? extends GridCacheMessage> c)
Adds message handler.
|
void |
GridCacheIoManager.addOrderedHandler(Object topic,
IgniteBiInClosure<UUID,? extends GridCacheMessage> c)
Adds ordered message handler.
|
void |
CacheStoreBalancingWrapper.loadAll(Collection<? extends K> keys,
IgniteBiInClosure<K,V> c) |
void |
CacheStoreBalancingWrapper.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheStoreManager.loadAll(IgniteInternalTx tx,
Collection<? extends KeyCacheObject> keys,
IgniteBiInClosure<KeyCacheObject,Object> vis)
Loads data from persistent store.
|
boolean |
GridCacheStoreManagerAdapter.loadAll(IgniteInternalTx tx,
Collection keys,
IgniteBiInClosure vis)
Loads data from persistent store.
|
void |
GridCacheWriteBehindStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformDotNetCacheStore.loadCache(IgniteBiInClosure<K,V> clo,
Object... args)
Loads all values from underlying persistent storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformListenable.listen(IgniteBiInClosure<Object,Throwable> lsnr)
Listen.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteBiInClosure<K,V> |
GridBoundedConcurrentOrderedMap.evictionListener()
Gets closure listener to be called for every eviction event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridBoundedConcurrentOrderedMap.evictionListener(IgniteBiInClosure<K,V> lsnr)
Sets closure listener to be called for every eviction event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IgniteInClosure2X<E1,E2>
Convenient in-closure subclass that allows for thrown grid exception.
|
| Modifier and Type | Method and Description |
|---|---|
GridNioServer.Builder<T> |
GridNioServer.Builder.messageQueueSizeListener(IgniteBiInClosure<GridNioSession,Integer> msgQueueLsnr) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CI2<E1,E2>
Defines
alias for IgniteBiInClosure by extending it. |
| Modifier and Type | Class and Description |
|---|---|
class |
CIX2<E1,E2>
Defines
alias for IgniteInClosure2X by extending it. |
| Modifier and Type | Method and Description |
|---|---|
void |
SwapSpaceSpi.removeAll(String spaceName,
Collection<SwapKey> keys,
IgniteBiInClosure<SwapKey,byte[]> c,
SwapContext ctx)
Removes values stored in data space with given name corresponding to specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSwapSpaceSpi.removeAll(String spaceName,
Collection<SwapKey> keys,
IgniteBiInClosure<SwapKey,byte[]> c,
SwapContext ctx)
Removes values stored in data space with given name corresponding to specified keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoopSwapSpaceSpi.removeAll(String spaceName,
Collection<SwapKey> keys,
IgniteBiInClosure<SwapKey,byte[]> c,
SwapContext ctx)
Removes values stored in data space with given name corresponding to specified keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamVisitor<K,V>
Convenience adapter to visit every key-value tuple in the stream.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> StreamVisitor<K,V> |
StreamVisitor.from(IgniteBiInClosure<IgniteCache<K,V>,Map.Entry<K,V>> c)
Creates a new visitor based on instance of
IgniteBiInClosure. |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017