ravendb
Version:
RavenDB client for Node.js
14 lines • 680 B
TypeScript
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