Uses of Interface
org.apache.ignite.IgniteCountDownLatch
-
Packages that use IgniteCountDownLatch Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteCountDownLatch in org.apache.ignite
Methods in org.apache.ignite that return IgniteCountDownLatch Modifier and Type Method Description IgniteCountDownLatch
Ignite. countDownLatch(String name, int cnt, boolean autoDel, boolean create)
Gets or creates count down latch.@Nullable IgniteCountDownLatch
IgniteSpringBean. countDownLatch(String name, int cnt, boolean autoDel, boolean create)
Gets or creates count down latch.
-