Uses of Class
com.azure.resourcemanager.cosmos.models.CassandraClusterPublicStatusDataCentersItemNode
Packages that use CassandraClusterPublicStatusDataCentersItemNode
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of CassandraClusterPublicStatusDataCentersItemNode in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CassandraClusterPublicStatusDataCentersItemNodeModifier and TypeMethodDescriptionCassandraClusterPublicStatusDataCentersItemNode.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CassandraClusterPublicStatusDataCentersItemNode from the JsonReader.CassandraClusterPublicStatusDataCentersItemNode.withAddress
(String address) Set the address property: The node's IP address.CassandraClusterPublicStatusDataCentersItemNode.withCassandraProcessStatus
(String cassandraProcessStatus) Set the cassandraProcessStatus property: Cassandra service status on this node.CassandraClusterPublicStatusDataCentersItemNode.withCpuUsage
(Double cpuUsage) Set the cpuUsage property: A float representing the current system-wide CPU utilization as a percentage.CassandraClusterPublicStatusDataCentersItemNode.withDiskFreeKB
(Long diskFreeKB) Set the diskFreeKB property: The amount of disk free, in kB, of the directory /var/lib/cassandra.CassandraClusterPublicStatusDataCentersItemNode.withDiskUsedKB
(Long diskUsedKB) Set the diskUsedKB property: The amount of disk used, in kB, of the directory /var/lib/cassandra.CassandraClusterPublicStatusDataCentersItemNode.withHostId
(String hostId) Set the hostId property: The network ID of the node.Set the load property: The amount of file system data in the data directory (e.g., 47.66 kB), excluding all content in the snapshots subdirectories.CassandraClusterPublicStatusDataCentersItemNode.withMemoryBuffersAndCachedKB
(Long memoryBuffersAndCachedKB) Set the memoryBuffersAndCachedKB property: Memory used by kernel buffers (Buffers in /proc/meminfo) and page cache and slabs (Cached and SReclaimable in /proc/meminfo), in kB.CassandraClusterPublicStatusDataCentersItemNode.withMemoryFreeKB
(Long memoryFreeKB) Set the memoryFreeKB property: Unused memory (MemFree and SwapFree in /proc/meminfo), in kB.CassandraClusterPublicStatusDataCentersItemNode.withMemoryTotalKB
(Long memoryTotalKB) Set the memoryTotalKB property: Total installed memory (MemTotal and SwapTotal in /proc/meminfo), in kB.CassandraClusterPublicStatusDataCentersItemNode.withMemoryUsedKB
(Long memoryUsedKB) Set the memoryUsedKB property: Used memory (calculated as total - free - buffers - cache), in kB.Set the rack property: The rack this node is part of.Set the size property: The size property.Set the state property: The state of the node in Cassandra ring.CassandraClusterPublicStatusDataCentersItemNode.withStatus
(String status) Set the status property: The status property.CassandraClusterPublicStatusDataCentersItemNode.withTimestamp
(String timestamp) Set the timestamp property: The timestamp when these statistics were captured.CassandraClusterPublicStatusDataCentersItemNode.withTokens
(List<String> tokens) Set the tokens property: List of tokens this node covers.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type CassandraClusterPublicStatusDataCentersItemNodeModifier and TypeMethodDescriptionCassandraClusterPublicStatusDataCentersItem.nodes()
Get the nodes property: The nodes property.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type CassandraClusterPublicStatusDataCentersItemNodeModifier and TypeMethodDescriptionCassandraClusterPublicStatusDataCentersItem.withNodes
(List<CassandraClusterPublicStatusDataCentersItemNode> nodes) Set the nodes property: The nodes property.