Class FetchProfile
java.lang.Object
co.elastic.clients.elasticsearch.core.search.FetchProfile
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FetchProfile>Json deserializer forFetchProfile
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forFetchProfile
 
- 
- 
Method Details- 
of
- 
typeRequired - API name:type
- 
descriptionRequired - API name:description
- 
timeInNanospublic final long timeInNanos()Required - API name:time_in_nanos
- 
breakdownRequired - API name:breakdown
- 
debugAPI name:debug
- 
childrenAPI name:children
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupFetchProfileDeserializer
 
-