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 CCSUsageStats
esql()
Information about ES|QL cross-cluster query usage.static CCSStats
final CCSUsageStats
search()
Required - Information about cross-cluster search usage.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
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_remotes
option 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCCSStatsDeserializer
-