Interface NodeStats

Aerospike Node Stats.

interface NodeStats {
    asyncConnections: ConnectionStats;
    name: string;
    syncConnections: ConnectionStats;
}

Properties

asyncConnections: ConnectionStats

Connection stats for Asynchronous Connections on this Node.

name: string

name of the Aerospike Node.

syncConnections: ConnectionStats

Connections stats for Synchronous Connections on this Node..

The Aerospike Node.js does not use synchronous connections.

MMNEPVFCICPMFPCPTTAAATR