Interface Cluster

Cluster of server nodes.

interface Cluster {
    clusterName: string;
    commandCount: number;
    invalidNodeCount: number;
    nodes: Node[];
    retryCount: number;
}

Properties

clusterName: string

Expected cluster name for all nodes. May be null.

commandCount: number

Command count. The value is cumulative and not reset per metrics interval.

invalidNodeCount: number

Count of add node failures in the most recent cluster tend iteration.

nodes: Node[]

Active nodes in cluster.

retryCount: number

Command retry count. There can be multiple retries for a single command. The value is cumulative and not reset per metrics interval.

MMNEPVFCICPMFPCPTTAAATR