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.ignite
Methods in org.apache.ignite that return IgniteLock Modifier and Type Method Description IgniteLock
Ignite. reentrantLock(String name, boolean failoverSafe, boolean fair, boolean create)
Gets or creates reentrant lock.@Nullable IgniteLock
IgniteSpringBean. reentrantLock(String name, boolean failoverSafe, boolean fair, boolean create)
Gets or creates reentrant lock.
-