Uses of Interface
org.apache.ignite.lang.IgniteInClosure
Packages that use IgniteInClosure
Package
Description
-
Uses of IgniteInClosure in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.longkey with parameters of type IgniteInClosureModifier and TypeMethodDescriptionvoidLongDataInnerIO.visit(long pageAddr, IgniteInClosure<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow> c) voidLongDataLeafIO.visit(long pageAddr, IgniteInClosure<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow> c) -
Uses of IgniteInClosure in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey with parameters of type IgniteInClosureModifier and TypeMethodDescriptionvoidObjectDataInnerIO.visit(long pageAddr, IgniteInClosure<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow> c) voidObjectDataLeafIO.visit(long pageAddr, IgniteInClosure<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow> c) -
Uses of IgniteInClosure in org.apache.ignite.internal.persistence.tree
Methods in org.apache.ignite.internal.persistence.tree with parameters of type IgniteInClosureModifier and TypeMethodDescriptionfinal longBPlusTree.destroy(IgniteInClosure<L> c, boolean forceDestroy) Destroys tree.protected longBPlusTree.destroyDownPages(LongListReuseBag bag, long pageId, int lvl, IgniteInClosure<L> c, AtomicLong lockHoldStartTime, long lockMaxTime, Deque<GridTuple3<Long, Long, Long>> lockedPages) Recursively destroys tree pages. -
Uses of IgniteInClosure in org.apache.ignite.internal.persistence.tree.io
Methods in org.apache.ignite.internal.persistence.tree.io with parameters of type IgniteInClosure -
Uses of IgniteInClosure in org.apache.ignite.internal.util.future
Classes in org.apache.ignite.internal.util.future that implement IgniteInClosureModifier and TypeClassDescriptionclassGridCompoundFuture<T,R> Future composed of multiple inner futures.Methods in org.apache.ignite.internal.util.future with parameters of type IgniteInClosureModifier and TypeMethodDescriptionvoidGridFutureAdapter.listen(IgniteInClosure<? super org.apache.ignite.internal.IgniteInternalFuture<R>> lsnr) Registers listener closure to be asynchronously notified whenever future completes. -
Uses of IgniteInClosure in org.apache.ignite.testframework
Methods in org.apache.ignite.testframework with parameters of type IgniteInClosureModifier and TypeMethodDescriptionstatic <P> ThrowableGridTestUtils.assertThrowsWithCause(IgniteInClosure<P> call, P p, Class<? extends Throwable> cls) Checks whether closure throws exception, which is itself of a specified class, or has a cause of the specified class.static longGridTestUtils.runMultiThreaded(IgniteInClosure<Integer> call, int threadNum, String threadName)