Uses of Interface
org.apache.ignite.IgniteCondition
-
Packages that use IgniteCondition Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal.processors.datastructures -
-
Uses of IgniteCondition in org.apache.ignite
Methods in org.apache.ignite that return IgniteCondition Modifier and Type Method Description IgniteConditionIgniteLock. getOrCreateCondition(String name)Returns aConditioninstance for use with thisIgniteLockinstance.Methods in org.apache.ignite with parameters of type IgniteCondition Modifier and Type Method Description intIgniteLock. 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.booleanIgniteLock. hasWaiters(IgniteCondition condition)Queries whether any threads on this node are waiting on the given condition associated with this lock. -
Uses of IgniteCondition in org.apache.ignite.internal.processors.datastructures
Methods in org.apache.ignite.internal.processors.datastructures that return IgniteCondition Modifier and Type Method Description IgniteConditionGridCacheLockImpl. getOrCreateCondition(String name)Returns aConditioninstance for use with thisIgniteLockinstance.Methods in org.apache.ignite.internal.processors.datastructures with parameters of type IgniteCondition Modifier and Type Method Description intGridCacheLockImpl. 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.booleanGridCacheLockImpl. hasWaiters(IgniteCondition condition)Queries whether any threads on this node are waiting on the given condition associated with this lock.
-