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.igniteMethods 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.@Nullable IgniteCountDownLatchIgniteSpringBean. countDownLatch(String name, int cnt, boolean autoDel, boolean create)Gets or creates count down latch.
 
-