Class EnrichStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.enrich.EnrichStatsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<EnrichStatsResponse>
Json deserializer forEnrichStatsResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal List<CacheStats>
Objects containing information about the enrich cache stats on each ingest node.final List<CoordinatorStats>
Required - Objects containing information about each coordinating ingest node for configured enrich processors.final List<ExecutingPolicy>
Required - Objects containing information about each enrich policy that is currently executing.static EnrichStatsResponse
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 forEnrichStatsResponse
-
-
Method Details
-
of
public static EnrichStatsResponse of(Function<EnrichStatsResponse.Builder, ObjectBuilder<EnrichStatsResponse>> fn) -
coordinatorStats
Required - Objects containing information about each coordinating ingest node for configured enrich processors.API name:
coordinator_stats
-
executingPolicies
Required - Objects containing information about each enrich policy that is currently executing.API name:
executing_policies
-
cacheStats
Objects containing information about the enrich cache stats on each ingest node.API name:
cache_stats
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupEnrichStatsResponseDeserializer
protected static void setupEnrichStatsResponseDeserializer(ObjectDeserializer<EnrichStatsResponse.Builder> op)
-