| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.datastructures |
| Modifier and Type | Method and Description |
|---|---|
IgniteSemaphore |
Ignite.semaphore(String name,
int cnt,
boolean failoverSafe,
boolean create)
Gets or creates semaphore.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteSemaphore |
IgniteKernal.semaphore(String name,
int cnt,
boolean failoverSafe,
boolean create)
Gets or creates semaphore.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheSemaphoreEx
Grid cache semaphore (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheSemaphoreImpl
Cache semaphore implementation based on AbstractQueuedSynchronizer.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteSemaphore |
DataStructuresProcessor.semaphore(String name,
AtomicConfiguration cfg,
int cnt,
boolean failoverSafe,
boolean create)
Gets or creates semaphore.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017