Uses of Interface
com.hazelcast.concurrent.lock.LockStore

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

Uses of LockStore in com.hazelcast.concurrent.lock
 

Classes in com.hazelcast.concurrent.lock that implement LockStore
 class LockStoreImpl
           
 class LockStoreProxy
           
 

Methods in com.hazelcast.concurrent.lock that return LockStore
 LockStore LockService.createLockStore(int partitionId, ObjectNamespace namespace)
           
 LockStore LockServiceImpl.createLockStore(int partitionId, ObjectNamespace namespace)
           
 



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