UNPKG

hazelcast-client

Version:

Hazelcast - open source In-Memory Data Grid - client for NodeJS

61 lines (60 loc) 2.21 kB
export declare class MapMessageType { static MAP_PUT: number; static MAP_GET: number; static MAP_REMOVE: number; static MAP_REPLACE: number; static MAP_REPLACEIFSAME: number; static MAP_CONTAINSKEY: number; static MAP_CONTAINSVALUE: number; static MAP_REMOVEIFSAME: number; static MAP_DELETE: number; static MAP_FLUSH: number; static MAP_TRYREMOVE: number; static MAP_TRYPUT: number; static MAP_PUTTRANSIENT: number; static MAP_PUTIFABSENT: number; static MAP_SET: number; static MAP_LOCK: number; static MAP_TRYLOCK: number; static MAP_ISLOCKED: number; static MAP_UNLOCK: number; static MAP_ADDINTERCEPTOR: number; static MAP_REMOVEINTERCEPTOR: number; static MAP_ADDENTRYLISTENERTOKEYWITHPREDICATE: number; static MAP_ADDENTRYLISTENERWITHPREDICATE: number; static MAP_ADDENTRYLISTENERTOKEY: number; static MAP_ADDENTRYLISTENER: number; static MAP_ADDNEARCACHEENTRYLISTENER: number; static MAP_REMOVEENTRYLISTENER: number; static MAP_ADDPARTITIONLOSTLISTENER: number; static MAP_REMOVEPARTITIONLOSTLISTENER: number; static MAP_GETENTRYVIEW: number; static MAP_EVICT: number; static MAP_EVICTALL: number; static MAP_LOADALL: number; static MAP_LOADGIVENKEYS: number; static MAP_KEYSET: number; static MAP_GETALL: number; static MAP_VALUES: number; static MAP_ENTRYSET: number; static MAP_KEYSETWITHPREDICATE: number; static MAP_VALUESWITHPREDICATE: number; static MAP_ENTRIESWITHPREDICATE: number; static MAP_ADDINDEX: number; static MAP_SIZE: number; static MAP_ISEMPTY: number; static MAP_PUTALL: number; static MAP_CLEAR: number; static MAP_EXECUTEONKEY: number; static MAP_SUBMITTOKEY: number; static MAP_EXECUTEONALLKEYS: number; static MAP_EXECUTEWITHPREDICATE: number; static MAP_EXECUTEONKEYS: number; static MAP_FORCEUNLOCK: number; static MAP_KEYSETWITHPAGINGPREDICATE: number; static MAP_VALUESWITHPAGINGPREDICATE: number; static MAP_ENTRIESWITHPAGINGPREDICATE: number; static MAP_CLEARNEARCACHE: number; static MAP_FETCHKEYS: number; static MAP_FETCHENTRIES: number; }