Uses of Class
com.hazelcast.concurrent.lock.ConditionKey

Packages that use ConditionKey
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.concurrent.lock.operations This package contains the operations on the ILock.
 
 

Uses of ConditionKey in com.hazelcast.concurrent.lock
 

Methods in com.hazelcast.concurrent.lock that return ConditionKey
 ConditionKey LockStoreImpl.getSignalKey(Data key)
           
 

Methods in com.hazelcast.concurrent.lock with parameters of type ConditionKey
 void LockStoreImpl.registerSignalKey(ConditionKey conditionKey)
           
 void LockStoreImpl.removeSignalKey(ConditionKey conditionKey)
           
 

Uses of ConditionKey in com.hazelcast.concurrent.lock.operations
 

Methods in com.hazelcast.concurrent.lock.operations that return ConditionKey
 ConditionKey AwaitOperation.getWaitKey()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.