Class AggregationProfileDebug
java.lang.Object
co.elastic.clients.elasticsearch.core.search.AggregationProfileDebug
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class AggregationProfileDebug
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AggregationProfileDebug>Json deserializer forAggregationProfileDebug -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerAPI name:built_bucketsfinal IntegerAPI name:chars_fetchedfinal IntegerAPI name:collect_analyzed_countfinal IntegerAPI name:collect_analyzed_nsfinal StringAPI name:collection_strategyAPI name:deferred_aggregatorsfinal Stringdelegate()API name:delegateAPI name:delegate_debugfinal IntegerAPI name:empty_collectors_usedfinal IntegerAPI name:extract_countfinal IntegerAPI name:extract_nsfinal BooleanAPI name:has_filterfinal IntegerAPI name:numeric_collectors_usedstatic AggregationProfileDebugfinal IntegerAPI name:ordinals_collectors_overhead_too_highfinal IntegerAPI name:ordinals_collectors_usedfinal StringAPI name:result_strategyfinal IntegerAPI name:segments_with_multi_valued_ordsfinal IntegerAPI name:segments_with_single_valued_ordsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal IntegerAPI name:string_hashing_collectors_usedfinal IntegerAPI name:surviving_bucketstoString()final IntegerAPI name:total_bucketsfinal IntegerAPI name:values_fetched
-
Field Details
-
_DESERIALIZER
Json deserializer forAggregationProfileDebug
-
-
Method Details
-
of
public static AggregationProfileDebug of(Function<AggregationProfileDebug.Builder, ObjectBuilder<AggregationProfileDebug>> fn) -
segmentsWithMultiValuedOrds
API name:segments_with_multi_valued_ords -
collectionStrategy
API name:collection_strategy -
segmentsWithSingleValuedOrds
API name:segments_with_single_valued_ords -
totalBuckets
API name:total_buckets -
builtBuckets
API name:built_buckets -
resultStrategy
API name:result_strategy -
hasFilter
API name:has_filter -
delegate
API name:delegate -
delegateDebug
API name:delegate_debug -
charsFetched
API name:chars_fetched -
extractCount
API name:extract_count -
extractNs
API name:extract_ns -
valuesFetched
API name:values_fetched -
collectAnalyzedNs
API name:collect_analyzed_ns -
collectAnalyzedCount
API name:collect_analyzed_count -
survivingBuckets
API name:surviving_buckets -
ordinalsCollectorsUsed
API name:ordinals_collectors_used -
ordinalsCollectorsOverheadTooHigh
API name:ordinals_collectors_overhead_too_high -
stringHashingCollectorsUsed
API name:string_hashing_collectors_used -
numericCollectorsUsed
API name:numeric_collectors_used -
emptyCollectorsUsed
API name:empty_collectors_used -
deferredAggregators
API name:deferred_aggregators -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAggregationProfileDebugDeserializer
protected static void setupAggregationProfileDebugDeserializer(ObjectDeserializer<AggregationProfileDebug.Builder> op)
-