Uses of Interface
org.apache.ignite.IgniteSemaphore
-
Packages that use IgniteSemaphore 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 IgniteSemaphore in org.apache.ignite
Methods 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. -
Uses of IgniteSemaphore in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteSemaphore Modifier and Type Method Description @Nullable IgniteSemaphoreIgniteKernal. semaphore(String name, int cnt, boolean failoverSafe, boolean create)Gets or creates semaphore. -
Uses of IgniteSemaphore in org.apache.ignite.internal.processors.datastructures
Subinterfaces of IgniteSemaphore in org.apache.ignite.internal.processors.datastructures Modifier and Type Interface Description interfaceGridCacheSemaphoreExGrid cache semaphore ('Ex'stands for external).Classes in org.apache.ignite.internal.processors.datastructures that implement IgniteSemaphore Modifier and Type Class Description classGridCacheSemaphoreImplCache semaphore implementation based on AbstractQueuedSynchronizer.Methods in org.apache.ignite.internal.processors.datastructures that return IgniteSemaphore Modifier and Type Method Description IgniteSemaphoreDataStructuresProcessor. semaphore(String name, @Nullable AtomicConfiguration cfg, int cnt, boolean failoverSafe, boolean create)Gets or creates semaphore.
-