public interface LockService extends SharedService
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
void |
clearLockStore(int partitionId,
ObjectNamespace namespace) |
LockStore |
createLockStore(int partitionId,
ObjectNamespace namespace) |
Collection<LockResource> |
getAllLocks() |
long |
getMaxLeaseTimeInMillis() |
void |
registerLockStoreConstructor(String serviceName,
ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction) |
static final String SERVICE_NAME
void registerLockStoreConstructor(String serviceName, ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction)
LockStore createLockStore(int partitionId, ObjectNamespace namespace)
void clearLockStore(int partitionId, ObjectNamespace namespace)
Collection<LockResource> getAllLocks()
long getMaxLeaseTimeInMillis()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.