hazelcast-client
Version:
Hazelcast - open source In-Memory Data Grid - client for NodeJS
24 lines (23 loc) • 866 B
TypeScript
export declare class MultiMapMessageType {
static MULTIMAP_PUT: number;
static MULTIMAP_GET: number;
static MULTIMAP_REMOVE: number;
static MULTIMAP_KEYSET: number;
static MULTIMAP_VALUES: number;
static MULTIMAP_ENTRYSET: number;
static MULTIMAP_CONTAINSKEY: number;
static MULTIMAP_CONTAINSVALUE: number;
static MULTIMAP_CONTAINSENTRY: number;
static MULTIMAP_SIZE: number;
static MULTIMAP_CLEAR: number;
static MULTIMAP_VALUECOUNT: number;
static MULTIMAP_ADDENTRYLISTENERTOKEY: number;
static MULTIMAP_ADDENTRYLISTENER: number;
static MULTIMAP_REMOVEENTRYLISTENER: number;
static MULTIMAP_LOCK: number;
static MULTIMAP_TRYLOCK: number;
static MULTIMAP_ISLOCKED: number;
static MULTIMAP_UNLOCK: number;
static MULTIMAP_FORCEUNLOCK: number;
static MULTIMAP_REMOVEENTRY: number;
}