Uses of Interface
org.apache.ignite.IgniteSemaphore
- 
Packages that use IgniteSemaphore Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.
- 
- 
Uses of IgniteSemaphore in org.apache.igniteMethods in org.apache.ignite that return IgniteSemaphore Modifier and Type Method Description IgniteSemaphoreIgnite. semaphore(String name, int cnt, boolean failoverSafe, boolean create)Gets or creates semaphore.@Nullable IgniteSemaphoreIgniteSpringBean. semaphore(String name, int cnt, boolean failoverSafe, boolean create)Gets or creates semaphore.
 
-