Class CCSStats
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.CCSStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CCSStats>Json deserializer forCCSStats -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,RemoteClusterInfo> clusters()Contains remote cluster settings and metrics collected from them.final CCSUsageStatsesql()Information about ES|QL cross-cluster query usage.static CCSStatsfinal CCSUsageStatssearch()Required - Information about cross-cluster search usage.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCCSStats
-
-
Method Details
-
of
-
clusters
Contains remote cluster settings and metrics collected from them. The keys are cluster names, and the values are per-cluster data. Only present ifinclude_remotesoption is set to true.API name:
clusters -
search
Required - Information about cross-cluster search usage.API name:
_search -
esql
Information about ES|QL cross-cluster query usage.API name:
_esql -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCCSStatsDeserializer
-