Uses of Interface
org.apache.ignite.lang.IgniteClosure
Packages that use IgniteClosure
Package
Description
-
Uses of IgniteClosure in com._1c.g5.v8.bm.core.internal.ignite.infrastructure
Constructors in com._1c.g5.v8.bm.core.internal.ignite.infrastructure with parameters of type IgniteClosureModifierConstructorDescriptionDataRegionManager(List<DataRegionConfiguration> dataRegionConfigurations, int pageSize, IgnitePredicate<Long> evictablePagePredicate, IgniteClosure<Long, Integer> tagReader, PageStoreManager pageStoreManager, ExecutorService executorService, IgniteLogger logger) -
Uses of IgniteClosure in org.apache.ignite.internal.pagemem
Constructors in org.apache.ignite.internal.pagemem with parameters of type IgniteClosureModifierConstructorDescriptionPageMemoryImpl(String name, long maximumSize, int pageSize, int concurrencyLevel, DirectMemoryProvider directMemoryProvider, PageStoreManager storeMgr, IgnitePredicate<Long> evictablePagePredicate, IgniteClosure<Long, Integer> tagReader, ExecutorService asyncRunner, IgniteLogger log, DataRegionMetrics memMetrics) Constructs a new instance. -
Uses of IgniteClosure in org.apache.ignite.internal.util.future
Methods in org.apache.ignite.internal.util.future with parameters of type IgniteClosureModifier and TypeMethodDescription<T> org.apache.ignite.internal.IgniteInternalFuture<T>GridFutureAdapter.chain(IgniteClosure<? super org.apache.ignite.internal.IgniteInternalFuture<R>, T> doneCb) Make a chained future to convert result of this future (when complete) into a new format.<T> org.apache.ignite.internal.IgniteInternalFuture<T>GridFutureAdapter.chain(IgniteClosure<? super org.apache.ignite.internal.IgniteInternalFuture<R>, T> doneCb, Executor exec) Make a chained future to convert result of this future (when complete) into a new format. -
Uses of IgniteClosure in org.apache.ignite.internal.util.lang
Methods in org.apache.ignite.internal.util.lang with parameters of type IgniteClosureModifier and TypeMethodDescriptionstatic <T1,T2> GridIterator<T2> GridFunc.iterator(Iterable<? extends T1> c, IgniteClosure<? super T1, T2> trans, boolean readOnly, IgnitePredicate<? super T1>... p) Creates and returns transforming iterator from given collection and optional filtering predicates.static <T1,T2> Collection<T2> GridFunc.viewReadOnly(Collection<? extends T1> c, IgniteClosure<? super T1, T2> trans, IgnitePredicate<? super T1>... p) Creates read-only light-weight view on given collection with transformation and provided predicates. -
Uses of IgniteClosure in org.apache.ignite.internal.util.lang.gridfunc
Constructors in org.apache.ignite.internal.util.lang.gridfunc with parameters of type IgniteClosureModifierConstructorDescriptionTransformCollectionView(Collection<? extends T2> col, IgniteClosure<? super T2, T1> clos, IgnitePredicate<? super T2>... preds) TransformFilteringIterator(Iterator<? extends T1> iter, IgniteClosure<? super T1, T2> clos, boolean readOnly, IgnitePredicate<? super T1>... preds) -
Uses of IgniteClosure in org.apache.ignite.internal.util.typedef
Subinterfaces of IgniteClosure in org.apache.ignite.internal.util.typedefModifier and TypeInterfaceDescriptioninterfaceC1<E1,R> DefinesaliasforIgniteClosureby extending it.