共用方式為


CassandraClusterPublicStatusDataCentersItemNodesItem Class

Definition

public class CassandraClusterPublicStatusDataCentersItemNodesItem
type CassandraClusterPublicStatusDataCentersItemNodesItem = class
Public Class CassandraClusterPublicStatusDataCentersItemNodesItem
Inheritance
CassandraClusterPublicStatusDataCentersItemNodesItem

Constructors

CassandraClusterPublicStatusDataCentersItemNodesItem()

Initializes a new instance of the CassandraClusterPublicStatusDataCentersItemNodesItem class.

CassandraClusterPublicStatusDataCentersItemNodesItem(String, String, String, String, IList<String>, Nullable<Int32>, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Double>)

Initializes a new instance of the CassandraClusterPublicStatusDataCentersItemNodesItem class.

Properties

Address

Gets or sets the node's IP address.

CpuUsage

Gets or sets a float representing the current system-wide CPU utilization as a percentage.

DiskFreeKB

Gets or sets the amount of disk free, in kB, of the directory /var/lib/cassandra.

DiskUsedKB

Gets or sets the amount of disk used, in kB, of the directory /var/lib/cassandra.

HostID

Gets or sets the network ID of the node.

Load

Gets or sets the amount of file system data in the data directory (e.g., 47.66 kB), excluding all content in the snapshots subdirectories. Because all SSTable data files are included, any data that is not cleaned up (such as TTL-expired cells or tombstones) is counted.

MemoryBuffersAndCachedKB

Gets or sets memory used by kernel buffers (Buffers in /proc/meminfo) and page cache and slabs (Cached and SReclaimable in /proc/meminfo), in kB.

MemoryFreeKB

Gets or sets unused memory (MemFree and SwapFree in /proc/meminfo), in kB.

MemoryTotalKB

Gets or sets total installed memory (MemTotal and SwapTotal in /proc/meminfo), in kB.

MemoryUsedKB

Gets or sets used memory (calculated as total - free - buffers - cache), in kB.

Rack

Gets or sets the rack this node is part of.

Size
State

Gets or sets possible values include: 'Normal', 'Leaving', 'Joining', 'Moving', 'Stopped'

Status
Timestamp

Gets or sets the timestamp when these statistics were captured.

Tokens

Gets or sets list of tokens this node covers.

Applies to