| Modifier and Type | Method and Description |
|---|---|
void |
CacheLoadOnlyStoreAdapter.loadCache(IgniteBiInClosure<K,V> c,
Object... args)
Loads all values from underlying persistent storage.
|
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.
|
| 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 | Class and Description |
|---|---|
static class |
IgniteDiagnosticMessage.DiagnosticBaseClosure |
static class |
IgniteDiagnosticMessage.ExchangeInfoClosure |
static class |
IgniteDiagnosticMessage.TxEntriesInfoClosure |
static class |
IgniteDiagnosticMessage.TxInfoClosure |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GridCacheUtils.BackupPostProcessingClosure |
| Modifier and Type | Method and Description |
|---|---|
<Msg extends GridCacheGroupIdMessage> |
GridCacheIoManager.addCacheGroupHandler(int hndId,
Class<Msg> type,
IgniteBiInClosure<UUID,? super Msg> c) |
<Msg extends GridCacheMessage> |
GridCacheIoManager.addCacheHandler(int hndId,
Class<Msg> type,
IgniteBiInClosure<UUID,? super Msg> c) |
void |
GridCacheIoManager.addOrderedCacheGroupHandler(GridCacheSharedContext cctx,
Object topic,
IgniteBiInClosure<UUID,? extends GridCacheGroupIdMessage> c) |
void |
GridCacheIoManager.addOrderedCacheHandler(GridCacheSharedContext cctx,
Object topic,
IgniteBiInClosure<UUID,? extends GridCacheIdMessage> c) |
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 | Class and Description |
|---|---|
protected class |
GridDhtCacheAdapter.MessageHandler<M> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheStoreManager.loadAll(@Nullable IgniteInternalTx tx,
Collection<? extends KeyCacheObject> keys,
IgniteBiInClosure<KeyCacheObject,Object> vis)
Loads data from persistent store.
|
boolean |
GridCacheStoreManagerAdapter.loadAll(@Nullable 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 |
|---|---|
void |
GridTimeoutProcessor.waitAsync(IgniteInternalFuture<?> fut,
long timeout,
IgniteBiInClosure<IgniteCheckedException,Boolean> clo)
Wait for a future (listen with timeout).
|
| 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. |
| Constructor and Description |
|---|
WorkersRegistry(@NotNull IgniteBiInClosure<GridWorker,FailureType> workerFailedHnd,
long sysWorkerBlockedTimeout,
IgniteLogger log) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlatformCachePluginConfigurationClosure
Platform cache configuration handler:
updates plugin configuration using data sent from platform code.
|
interface |
PlatformPluginConfigurationClosure
Platform configuration handler:
updates plugin configuration using data sent from platform code.
|
| 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 Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020