com.hazelcast.client.impl.protocol.parameters
Interface LockTemplate
public interface LockTemplate
isLocked
void isLocked(String name)
isLockedByCurrentThread
void isLockedByCurrentThread(String name,
long threadId)
getLockCount
void getLockCount(String name)
getRemainingLeaseTime
void getRemainingLeaseTime(String name)
lock
void lock(String name,
long leaseTime,
long threadId)
unlock
void unlock(String name,
long threadId)
forceUnlock
void forceUnlock(String name)
tryLock
void tryLock(String name,
long threadId,
long timeout)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.