Uses of Interface
org.apache.ignite.lang.IgniteBiInClosure
-
-
Uses of IgniteBiInClosure in org.apache.ignite.cache.store
Methods in org.apache.ignite.cache.store with parameters of type IgniteBiInClosure Modifier and Type Method Description voidCacheLoadOnlyStoreAdapter. loadCache(IgniteBiInClosure<K,V> c, @Nullable Object... args)Loads all values from underlying persistent storage.voidCacheStore. loadCache(IgniteBiInClosure<K,V> clo, @Nullable Object... args)Loads all values from underlying persistent storage.voidCacheStoreAdapter. loadCache(IgniteBiInClosure<K,V> clo, Object... args)Default empty implementation. -
Uses of IgniteBiInClosure in org.apache.ignite.cache.store.jdbc
Methods in org.apache.ignite.cache.store.jdbc with parameters of type IgniteBiInClosure Modifier and Type Method Description voidCacheAbstractJdbcStore. loadCache(IgniteBiInClosure<K,V> clo, @Nullable Object... args)Loads all values from underlying persistent storage. -
Uses of IgniteBiInClosure in org.apache.ignite.internal
Classes in org.apache.ignite.internal that implement IgniteBiInClosure Modifier and Type Class Description static classIgniteDiagnosticMessage.DiagnosticBaseClosurestatic classIgniteDiagnosticMessage.ExchangeInfoClosurestatic classIgniteDiagnosticMessage.TxEntriesInfoClosurestatic classIgniteDiagnosticMessage.TxInfoClosure -
Uses of IgniteBiInClosure in org.apache.ignite.internal.processors.cache
Subinterfaces of IgniteBiInClosure in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description static interfaceGridCacheUtils.BackupPostProcessingClosureMethods in org.apache.ignite.internal.processors.cache that return IgniteBiInClosure Modifier and Type Method Description <Msg extends GridCacheMessage>
IgniteBiInClosure<UUID,? super Msg>GridCacheIoManager. cacheHandler(int hndId, Class<? extends GridCacheMessage> msgCls)Finds cache message handler by its ID and message class.Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteBiInClosure Modifier and Type Method Description <Msg extends GridCacheGroupIdMessage>
voidGridCacheIoManager. addCacheGroupHandler(int hndId, Class<Msg> type, IgniteBiInClosure<UUID,? super Msg> c)<Msg extends GridCacheMessage>
voidGridCacheIoManager. addCacheHandler(int hndId, AffinityTopologyVersion startTopVer, Class<Msg> type, IgniteBiInClosure<UUID,? super Msg> c)<Msg extends GridCacheMessage>
voidGridCacheIoManager. addCacheHandler(Class<Msg> type, IgniteBiInClosure<UUID,? super Msg> c)Registers a new message handler for the given messagetype.voidGridCacheIoManager. addOrderedCacheGroupHandler(GridCacheSharedContext cctx, Object topic, IgniteBiInClosure<UUID,? extends GridCacheGroupIdMessage> c)voidGridCacheIoManager. addOrderedCacheHandler(GridCacheSharedContext cctx, Object topic, IgniteBiInClosure<UUID,? extends GridCacheIdMessage> c)voidCacheStoreBalancingWrapper. loadAll(Collection<? extends K> keys, IgniteBiInClosure<K,V> c)voidCacheStoreBalancingWrapper. loadCache(IgniteBiInClosure<K,V> clo, @Nullable Object... args)Loads all values from underlying persistent storage. -
Uses of IgniteBiInClosure in org.apache.ignite.internal.processors.cache.distributed.dht
Classes in org.apache.ignite.internal.processors.cache.distributed.dht that implement IgniteBiInClosure Modifier and Type Class Description protected classGridDhtCacheAdapter.MessageHandler<M> -
Uses of IgniteBiInClosure in org.apache.ignite.internal.processors.cache.store
Methods in org.apache.ignite.internal.processors.cache.store with parameters of type IgniteBiInClosure Modifier and Type Method Description booleanCacheStoreManager. loadAll(@Nullable IgniteInternalTx tx, Collection<? extends KeyCacheObject> keys, IgniteBiInClosure<KeyCacheObject,Object> vis)Loads data from persistent store.booleanGridCacheStoreManagerAdapter. loadAll(@Nullable IgniteInternalTx tx, Collection keys, IgniteBiInClosure vis)Loads data from persistent store.voidGridCacheWriteBehindStore. loadCache(IgniteBiInClosure<K,V> clo, @Nullable Object... args)Loads all values from underlying persistent storage. -
Uses of IgniteBiInClosure in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet with parameters of type IgniteBiInClosure Modifier and Type Method Description voidPlatformDotNetCacheStore. loadCache(IgniteBiInClosure<K,V> clo, @Nullable Object... args)Loads all values from underlying persistent storage. -
Uses of IgniteBiInClosure in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type IgniteBiInClosure Modifier and Type Method Description voidPlatformListenable. listen(IgniteBiInClosure<Object,Throwable> lsnr)Listen. -
Uses of IgniteBiInClosure in org.apache.ignite.internal.processors.timeout
Methods in org.apache.ignite.internal.processors.timeout with parameters of type IgniteBiInClosure Modifier and Type Method Description voidGridTimeoutProcessor. waitAsync(IgniteInternalFuture<?> fut, long timeout, IgniteBiInClosure<IgniteCheckedException,Boolean> clo)Wait for a future (listen with timeout). -
Uses of IgniteBiInClosure in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteBiInClosure Modifier and Type Method Description IgniteBiInClosure<K,V>GridBoundedConcurrentOrderedMap. evictionListener()Gets closure listener to be called for every eviction event.Methods in org.apache.ignite.internal.util with parameters of type IgniteBiInClosure Modifier and Type Method Description voidGridBoundedConcurrentOrderedMap. evictionListener(IgniteBiInClosure<K,V> lsnr)Sets closure listener to be called for every eviction event. -
Uses of IgniteBiInClosure in org.apache.ignite.internal.util.lang
Classes in org.apache.ignite.internal.util.lang that implement IgniteBiInClosure Modifier and Type Class Description classIgniteInClosure2X<E1,E2>Convenient in-closure subclass that allows for thrown grid exception. -
Uses of IgniteBiInClosure in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type IgniteBiInClosure Modifier and Type Method Description GridNioServer.Builder<T>GridNioServer.Builder. messageQueueSizeListener(IgniteBiInClosure<GridNioSession,Integer> msgQueueLsnr) -
Uses of IgniteBiInClosure in org.apache.ignite.internal.util.typedef
Subinterfaces of IgniteBiInClosure in org.apache.ignite.internal.util.typedef Modifier and Type Interface Description interfaceCI2<E1,E2>DefinesaliasforIgniteBiInClosureby extending it.Classes in org.apache.ignite.internal.util.typedef that implement IgniteBiInClosure Modifier and Type Class Description classCIX2<E1,E2>DefinesaliasforIgniteInClosure2Xby extending it. -
Uses of IgniteBiInClosure in org.apache.ignite.internal.worker
Constructors in org.apache.ignite.internal.worker with parameters of type IgniteBiInClosure Constructor Description WorkersRegistry(@NotNull IgniteBiInClosure<GridWorker,FailureType> workerFailedHnd, long sysWorkerBlockedTimeout, IgniteLogger log) -
Uses of IgniteBiInClosure in org.apache.ignite.plugin.platform
Subinterfaces of IgniteBiInClosure in org.apache.ignite.plugin.platform Modifier and Type Interface Description interfacePlatformCachePluginConfigurationClosurePlatform cache configuration handler: updates plugin configuration using data sent from platform code.interfacePlatformPluginConfigurationClosurePlatform configuration handler: updates plugin configuration using data sent from platform code. -
Uses of IgniteBiInClosure in org.apache.ignite.stream
Classes in org.apache.ignite.stream that implement IgniteBiInClosure Modifier and Type Class Description classStreamVisitor<K,V>Convenience adapter to visit every key-value tuple in the stream.Methods in org.apache.ignite.stream with parameters of type IgniteBiInClosure Modifier and Type Method 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 ofIgniteBiInClosure.
-