Uses of Interface
org.apache.ignite.IgniteLock
-
Packages that use IgniteLock 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 IgniteLock in org.apache.ignite
Methods in org.apache.ignite that return IgniteLock Modifier and Type Method Description IgniteLockIgnite. reentrantLock(String name, boolean failoverSafe, boolean fair, boolean create)Gets or creates reentrant lock. -
Uses of IgniteLock in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteLock Modifier and Type Method Description @Nullable IgniteLockIgniteKernal. reentrantLock(String name, boolean failoverSafe, boolean fair, boolean create)Gets or creates reentrant lock. -
Uses of IgniteLock in org.apache.ignite.internal.processors.datastructures
Subinterfaces of IgniteLock in org.apache.ignite.internal.processors.datastructures Modifier and Type Interface Description interfaceGridCacheLockExGrid cache reentrant lock ('Ex'stands for external).Classes in org.apache.ignite.internal.processors.datastructures that implement IgniteLock Modifier and Type Class Description classGridCacheLockImplCache reentrant lock implementation based on AbstractQueuedSynchronizer.Methods in org.apache.ignite.internal.processors.datastructures that return IgniteLock Modifier and Type Method Description IgniteLockDataStructuresProcessor. reentrantLock(String name, @Nullable AtomicConfiguration cfg, boolean failoverSafe, boolean fair, boolean create)Gets or creates reentrant lock.
-