Class FetchProfile
java.lang.Object
co.elastic.clients.elasticsearch.core.search.FetchProfile
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FetchProfile>Json deserializer forFetchProfile -
Method Summary
Modifier and TypeMethodDescriptionfinal FetchProfileBreakdownRequired - API name:breakdownfinal List<FetchProfile>children()API name:childrenfinal FetchProfileDebugdebug()API name:debugfinal StringRequired - API name:descriptionstatic FetchProfilevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal longRequired - API name:time_in_nanostoString()final Stringtype()Required - API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forFetchProfile
-
-
Method Details
-
of
-
type
Required - API name:type -
description
Required - API name:description -
timeInNanos
public final long timeInNanos()Required - API name:time_in_nanos -
breakdown
Required - API name:breakdown -
debug
API name:debug -
children
API name:children -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFetchProfileDeserializer
-