harperdb
Version:
HarperDB is a distributed database, caching service, streaming broker, and application development platform focused on performance and ease of use.
7 lines (6 loc) • 385 B
TypeScript
export declare function exportIdMapping(auditStore: any): any;
/**
* Take the remote node's long id to short id mapping and create a map from the remote node's short id to the local node short id.
*/
export declare function remoteToLocalNodeId(remoteMapping: any, auditStore: any): Map<any, any>;
export declare function getIdOfRemoteNode(remoteNodeName: any, auditStore: any): any;