com.hazelcast.concurrent.lock
Interface LockService
- All Superinterfaces:
- SharedService
- All Known Implementing Classes:
- LockServiceImpl
public interface LockService
- extends SharedService
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
registerLockStoreConstructor
void registerLockStoreConstructor(String serviceName,
ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction)
createLockStore
LockStore createLockStore(int partitionId,
ObjectNamespace namespace)
clearLockStore
void clearLockStore(int partitionId,
ObjectNamespace namespace)
getAllLocks
Collection<LockResource> getAllLocks()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.