UNPKG

ravendb

Version:
14 lines 680 B
import { RavenCommand } from "../../../Http/RavenCommand.js"; import { IRaftCommand } from "../../../Http/IRaftCommand.js"; import { ServerNode } from "../../../Http/ServerNode.js"; import { HttpRequestParameters } from "../../../Primitives/Http.js"; export declare class AddClusterNodeCommand extends RavenCommand<void> implements IRaftCommand { private readonly _url; private readonly _tag; private readonly _watcher; constructor(url: string, tag?: string, watcher?: boolean); get isReadRequest(): boolean; createRequest(node: ServerNode): HttpRequestParameters; getRaftUniqueRequestId(): string; } //# sourceMappingURL=AddClusterNodeCommand.d.ts.map