Class Stats
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Stats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Stats>Json deserializer forStats -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,AdaptiveSelection> Statistics about adaptive replica selection.Contains a list of attributes for the node.breakers()Statistics about the field data circuit breaker.final DiscoveryContains node discovery statistics for the node.final FileSystemfs()File system information, data path, free disk space, read/write stats.final Stringhost()Network host for the node, based on the network host setting.final Httphttp()HTTP connection information.final IndexingPressureContains indexing pressure statistics for the node.final ShardStatsindices()Indices stats about size, document count, indexing and deletion times, search times, field cache size, merges and flushes.final Ingestingest()Statistics about ingest preprocessing.ip()IP address and port for the node.final Jvmjvm()JVM stats, memory pool information, garbage collection, buffer pools, number of loaded/unloaded classes.final Stringname()Human-readable identifier for the node.static Statsfinal OperatingSystemos()Operating system stats, load average, mem, swap.final Processprocess()Process statistics, memory consumption, cpu usage, open file descriptors.roles()Roles assigned to the node.final Scriptingscript()Contains script statistics for the node.final Map<String,List<ScriptCache>> API name:script_cachevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Map<String,ThreadCount> Statistics about each thread pool, including current size, queue and rejected tasks.final LongAPI name:timestamptoString()final TransportTransport statistics about sent and received bytes in cluster communication.final StringHost and port for the transport layer, used for internal communication between nodes in a cluster.
-
Field Details
-
_DESERIALIZER
Json deserializer forStats
-
-
Method Details
-
of
-
adaptiveSelection
Statistics about adaptive replica selection.API name:
adaptive_selection -
breakers
Statistics about the field data circuit breaker.API name:
breakers -
fs
File system information, data path, free disk space, read/write stats.API name:
fs -
host
Network host for the node, based on the network host setting.API name:
host -
http
HTTP connection information.API name:
http -
ingest
Statistics about ingest preprocessing.API name:
ingest -
ip
IP address and port for the node.API name:
ip -
jvm
JVM stats, memory pool information, garbage collection, buffer pools, number of loaded/unloaded classes.API name:
jvm -
name
Human-readable identifier for the node. Based on the node name setting.API name:
name -
os
Operating system stats, load average, mem, swap.API name:
os -
process
Process statistics, memory consumption, cpu usage, open file descriptors.API name:
process -
roles
Roles assigned to the node.API name:
roles -
script
Contains script statistics for the node.API name:
script -
scriptCache
API name:script_cache -
threadPool
Statistics about each thread pool, including current size, queue and rejected tasks.API name:
thread_pool -
timestamp
API name:timestamp -
transport
Transport statistics about sent and received bytes in cluster communication.API name:
transport -
transportAddress
Host and port for the transport layer, used for internal communication between nodes in a cluster.API name:
transport_address -
attributes
Contains a list of attributes for the node.API name:
attributes -
discovery
Contains node discovery statistics for the node.API name:
discovery -
indexingPressure
Contains indexing pressure statistics for the node.API name:
indexing_pressure -
indices
Indices stats about size, document count, indexing and deletion times, search times, field cache size, merges and flushes.API name:
indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStatsDeserializer
-