Uses of Interface
org.apache.ignite.IgniteCondition
-
Packages that use IgniteCondition Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteCondition in org.apache.ignite
Methods in org.apache.ignite that return IgniteCondition Modifier and Type Method Description IgniteCondition
IgniteLock. getOrCreateCondition(String name)
Returns aCondition
instance for use with thisIgniteLock
instance.Methods in org.apache.ignite with parameters of type IgniteCondition Modifier and Type Method Description int
IgniteLock. getWaitQueueLength(IgniteCondition condition)
Returns an estimate of the number of threads on this node that are waiting on the given condition associated with this lock.boolean
IgniteLock. hasWaiters(IgniteCondition condition)
Queries whether any threads on this node are waiting on the given condition associated with this lock.
-