Class FetchProfileBreakdown
java.lang.Object
org.opensearch.client.opensearch.core.search.FetchProfileBreakdown
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<FetchProfileBreakdown.Builder,FetchProfileBreakdown>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class FetchProfileBreakdown
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<FetchProfileBreakdown.Builder,FetchProfileBreakdown>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FetchProfileBreakdown> Json deserializer forFetchProfileBreakdown -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()final IntegerAPI name:load_sourcefinal IntegerAPI name:load_source_countfinal IntegerAPI name:load_stored_fieldsfinal IntegerAPI name:load_stored_fields_countfinal IntegerAPI name:next_readerfinal IntegerAPI name:next_reader_countstatic FetchProfileBreakdownfinal Integerprocess()API name:processfinal IntegerAPI name:process_countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forFetchProfileBreakdown
-
-
Method Details
-
of
public static FetchProfileBreakdown of(Function<FetchProfileBreakdown.Builder, ObjectBuilder<FetchProfileBreakdown>> fn) -
loadSource
API name:load_source -
loadSourceCount
API name:load_source_count -
loadStoredFields
API name:load_stored_fields -
loadStoredFieldsCount
API name:load_stored_fields_count -
nextReader
API name:next_reader -
nextReaderCount
API name:next_reader_count -
process
API name:process -
processCount
API name:process_count -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<FetchProfileBreakdown.Builder,FetchProfileBreakdown> - Returns:
- a new builder instance.
-
builder
-
setupFetchProfileBreakdownDeserializer
protected static void setupFetchProfileBreakdownDeserializer(ObjectDeserializer<FetchProfileBreakdown.Builder> op) -
hashCode
public int hashCode() -
equals
-