hamok
Version:
Lightweight Distributed Object Storage on RAFT consensus algorithm
7 lines • 350 B
TypeScript
export declare class StorageStateNotification {
readonly sourceEndpointId: string;
readonly commitIndex: number;
readonly serializedStorageSnapshot?: string | undefined;
constructor(sourceEndpointId: string, commitIndex: number, serializedStorageSnapshot?: string | undefined);
}
//# sourceMappingURL=StorageStateNotification.d.ts.map