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.ignite
Methods in org.apache.ignite that return IgniteSemaphore Modifier and Type Method Description IgniteSemaphore
Ignite. semaphore(String name, int cnt, boolean failoverSafe, boolean create)
Gets or creates semaphore.@Nullable IgniteSemaphore
IgniteSpringBean. semaphore(String name, int cnt, boolean failoverSafe, boolean create)
Gets or creates semaphore.
-