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

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

Uses of LockStoreImpl in com.hazelcast.concurrent.lock
 

Methods in com.hazelcast.concurrent.lock that return LockStoreImpl
 LockStoreImpl LockServiceImpl.getLockStore(int partitionId, ObjectNamespace namespace)
           
 

Methods in com.hazelcast.concurrent.lock that return types with arguments of type LockStoreImpl
 Collection<LockStoreImpl> LockStoreContainer.getLockStores()
           
 

Methods in com.hazelcast.concurrent.lock with parameters of type LockStoreImpl
 void LockStoreContainer.put(LockStoreImpl ls)
           
 



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