hazelcast-client
Version:
Hazelcast - open source In-Memory Data Grid - client for NodeJS
11 lines (10 loc) • 341 B
TypeScript
export declare class LockMessageType {
static LOCK_ISLOCKED: number;
static LOCK_ISLOCKEDBYCURRENTTHREAD: number;
static LOCK_GETLOCKCOUNT: number;
static LOCK_GETREMAININGLEASETIME: number;
static LOCK_LOCK: number;
static LOCK_UNLOCK: number;
static LOCK_FORCEUNLOCK: number;
static LOCK_TRYLOCK: number;
}