Uses of Interface
org.apache.ignite.IgniteLock
- 
Packages that use IgniteLock Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.
- 
- 
Uses of IgniteLock in org.apache.igniteMethods 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.@Nullable IgniteLockIgniteSpringBean. reentrantLock(String name, boolean failoverSafe, boolean fair, boolean create)Gets or creates reentrant lock.
 
-