Class Stats
java.lang.Object
org.opensearch.client.opensearch.nodes.stats.Stats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<Stats.Builder,Stats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class Stats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<Stats.Builder,Stats>
-
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.API name:admission_controlContains a list of attributes for the node.breakers()Statistics about the field data circuit breaker.static Stats.Builderbuilder()final Map<String, CacheStats> caches()API name:cachesAPI name:cluster_manager_throttlingfinal DiscoveryAPI name:discoverybooleanfinal FileSystemfs()API name:fsinthashCode()final Stringhost()API name:hostfinal Httphttp()API name:httpfinal IndexingPressureAPI name:indexing_pressurefinal NodeIndicesStatsindices()API name:indicesfinal Ingestingest()API name:ingestip()IP address and port for the node.final Jvmjvm()API name:jvmfinal Stringname()API name:namestatic Statsfinal OperatingSystemos()API name:osfinal Processprocess()API name:processfinal RemoteStoreStatsAPI name:remote_storeAPI name:repositoriesAPI name:resource_usage_statsroles()API name:rolesfinal ScriptStatsscript()API name:scriptfinal ScriptCacheStatsAPI name:script_cacheAPI name:search_backpressurefinal ShardSearchPipelineStatsAPI name:search_pipelineAPI name:segment_replication_backpressurevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidAPI name:shard_indexing_pressureAPI name:task_cancellationfinal Map<String, ThreadCount> Statistics about each thread pool, including current size, queue and rejected tasks.final LongAPI name:timestampCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final TransportAPI name:transportfinal StringAPI name:transport_addressAPI name:weighted_routingMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forStats
-
-
Method Details
-
of
-
adaptiveSelection
Statistics about adaptive replica selection.API name:
adaptive_selection -
admissionControl
API name:admission_control -
attributes
Contains a list of attributes for the node.API name:
attributes -
breakers
Statistics about the field data circuit breaker.API name:
breakers -
caches
API name:caches -
clusterManagerThrottling
API name:cluster_manager_throttling -
discovery
API name:discovery -
fs
API name:fs -
host
API name:host -
http
API name:http -
indexingPressure
API name:indexing_pressure -
indices
API name:indices -
ingest
API name:ingest -
ip
IP address and port for the node.API name:
ip -
jvm
API name:jvm -
name
API name:name -
os
API name:os -
process
API name:process -
remoteStore
API name:remote_store -
repositories
API name:repositories -
resourceUsageStats
API name:resource_usage_stats -
roles
API name:roles -
script
API name:script -
scriptCache
API name:script_cache -
searchBackpressure
API name:search_backpressure -
searchPipeline
API name:search_pipeline -
segmentReplicationBackpressure
API name:segment_replication_backpressure -
shardIndexingPressure
API name:shard_indexing_pressure -
taskCancellation
API name:task_cancellation -
threadPool
Statistics about each thread pool, including current size, queue and rejected tasks.API name:
thread_pool -
timestamp
API name:timestamp -
transport
API name:transport -
transportAddress
API name:transport_address -
weightedRouting
API name:weighted_routing -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Stats.Builder,Stats> - Returns:
- a new builder instance.
-
builder
-
setupStatsDeserializer
-
hashCode
public int hashCode() -
equals
-