UNPKG

hazelcast-client

Version:

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

7 lines (6 loc) 346 B
import { IdentifiedDataSerializableFactory, IdentifiedDataSerializable } from './serialization/Serializable'; export declare const ADDRESS_CLASS_ID = 1; export declare const CLUSTER_DATA_FACTORY_ID = 0; export declare class ClusterDataFactory implements IdentifiedDataSerializableFactory { create(type: number): IdentifiedDataSerializable; }