Class GraphMergeStats
java.lang.Object
org.opensearch.client.opensearch.knn.GraphMergeStats
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<GraphMergeStats.Builder,GraphMergeStats>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GraphMergeStats
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<GraphMergeStats.Builder,GraphMergeStats>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GraphMergeStats> Json deserializer forGraphMergeStats -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphMergeStats.Builderbuilder()final Longcurrent()API name:currentfinal LongAPI name:current_docsfinal LongAPI name:current_size_in_bytesbooleaninthashCode()static GraphMergeStatsvoidserialize(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.final Longtotal()API name:totalfinal LongAPI name:total_docsfinal LongAPI name:total_size_in_bytesfinal LongAPI name:total_time_in_millisMethods 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 forGraphMergeStats
-
-
Method Details
-
of
public static GraphMergeStats of(Function<GraphMergeStats.Builder, ObjectBuilder<GraphMergeStats>> fn) -
current
API name:current -
currentDocs
API name:current_docs -
currentSizeInBytes
API name:current_size_in_bytes -
total
API name:total -
totalDocs
API name:total_docs -
totalSizeInBytes
API name:total_size_in_bytes -
totalTimeInMillis
API name:total_time_in_millis -
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<GraphMergeStats.Builder,GraphMergeStats> - Returns:
- a new builder instance.
-
builder
-
setupGraphMergeStatsDeserializer
protected static void setupGraphMergeStatsDeserializer(ObjectDeserializer<GraphMergeStats.Builder> op) -
hashCode
public int hashCode() -
equals
-