| 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 |
|---|---|
IgniteLock |
Ignite.reentrantLock(String name,
boolean failoverSafe,
boolean fair,
boolean create)
Gets or creates reentrant lock.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable IgniteLock |
IgniteKernal.reentrantLock(String name,
boolean failoverSafe,
boolean fair,
boolean create)
Gets or creates reentrant lock.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheLockEx
Grid cache reentrant lock (
'Ex' stands for external). |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheLockImpl
Cache reentrant lock implementation based on AbstractQueuedSynchronizer.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteLock |
DataStructuresProcessor.reentrantLock(String name,
@Nullable AtomicConfiguration cfg,
boolean failoverSafe,
boolean fair,
boolean create)
Gets or creates reentrant lock.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023