Class AggregationProfileDelegateDebug
java.lang.Object
co.elastic.clients.elasticsearch.core.search.AggregationProfileDelegateDebug
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class AggregationProfileDelegateDebug
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AggregationProfileDelegateDebug>Json deserializer forAggregationProfileDelegateDebug -
Method Summary
Modifier and TypeMethodDescriptionfilters()API name:filtersfinal StringAPI name:map_reducerof(Function<AggregationProfileDelegateDebug.Builder, ObjectBuilder<AggregationProfileDelegateDebug>> fn) final IntegerAPI name:segments_collectedfinal IntegerAPI name:segments_countedfinal IntegerAPI name:segments_with_deleted_docsfinal IntegerAPI name:segments_with_doc_count_fieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupAggregationProfileDelegateDebugDeserializer(ObjectDeserializer<AggregationProfileDelegateDebug.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationProfileDelegateDebug
-
-
Method Details
-
of
-
segmentsWithDocCountField
API name:segments_with_doc_count_field -
segmentsWithDeletedDocs
API name:segments_with_deleted_docs -
filters
API name:filters -
segmentsCounted
API name:segments_counted -
segmentsCollected
API name:segments_collected -
mapReducer
API name:map_reducer -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAggregationProfileDelegateDebugDeserializer
protected static void setupAggregationProfileDelegateDebugDeserializer(ObjectDeserializer<AggregationProfileDelegateDebug.Builder> op)
-