Uses of Interface
org.apache.ignite.IgniteCountDownLatch
-
Packages that use IgniteCountDownLatch Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.datastructures -
-
Uses of IgniteCountDownLatch in org.apache.ignite
Methods in org.apache.ignite that return IgniteCountDownLatch Modifier and Type Method Description IgniteCountDownLatchIgnite. countDownLatch(String name, int cnt, boolean autoDel, boolean create)Gets or creates count down latch. -
Uses of IgniteCountDownLatch in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteCountDownLatch Modifier and Type Method Description @Nullable IgniteCountDownLatchIgniteKernal. countDownLatch(String name, int cnt, boolean autoDel, boolean create)Gets or creates count down latch. -
Uses of IgniteCountDownLatch in org.apache.ignite.internal.processors.datastructures
Subinterfaces of IgniteCountDownLatch in org.apache.ignite.internal.processors.datastructures Modifier and Type Interface Description interfaceGridCacheCountDownLatchExGrid cache count down latch ('Ex'stands for external).Classes in org.apache.ignite.internal.processors.datastructures that implement IgniteCountDownLatch Modifier and Type Class Description classGridCacheCountDownLatchImplCache count down latch implementation.Methods in org.apache.ignite.internal.processors.datastructures that return IgniteCountDownLatch Modifier and Type Method Description IgniteCountDownLatchDataStructuresProcessor. countDownLatch(String name, @Nullable AtomicConfiguration cfg, int cnt, boolean autoDel, boolean create)Gets or creates count down latch.
-