Class RemoteVectorIndexBuildStatsDetails
java.lang.Object
org.opensearch.client.opensearch.knn.RemoteVectorIndexBuildStatsDetails
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<RemoteVectorIndexBuildStatsDetails.Builder,RemoteVectorIndexBuildStatsDetails>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class RemoteVectorIndexBuildStatsDetails
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<RemoteVectorIndexBuildStatsDetails.Builder,RemoteVectorIndexBuildStatsDetails>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RemoteVectorIndexBuildStatsDetails> Json deserializer forRemoteVectorIndexBuildStatsDetails -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()of(Function<RemoteVectorIndexBuildStatsDetails.Builder, ObjectBuilder<RemoteVectorIndexBuildStatsDetails>> fn) final LongAPI name:remote_index_build_current_flush_operationsfinal LongAPI name:remote_index_build_current_flush_sizefinal LongAPI name:remote_index_build_current_merge_operationsfinal LongAPI name:remote_index_build_current_merge_sizefinal LongAPI name:remote_index_build_flush_time_in_millisfinal LongAPI name:remote_index_build_merge_time_in_millisvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupRemoteVectorIndexBuildStatsDetailsDeserializer(ObjectDeserializer<RemoteVectorIndexBuildStatsDetails.Builder> op) Create 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 forRemoteVectorIndexBuildStatsDetails
-
-
Method Details
-
of
-
remoteIndexBuildCurrentFlushOperations
API name:remote_index_build_current_flush_operations -
remoteIndexBuildCurrentFlushSize
API name:remote_index_build_current_flush_size -
remoteIndexBuildCurrentMergeOperations
API name:remote_index_build_current_merge_operations -
remoteIndexBuildCurrentMergeSize
API name:remote_index_build_current_merge_size -
remoteIndexBuildFlushTimeInMillis
API name:remote_index_build_flush_time_in_millis -
remoteIndexBuildMergeTimeInMillis
API name:remote_index_build_merge_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<RemoteVectorIndexBuildStatsDetails.Builder,RemoteVectorIndexBuildStatsDetails> - Returns:
- a new builder instance.
-
builder
-
setupRemoteVectorIndexBuildStatsDetailsDeserializer
protected static void setupRemoteVectorIndexBuildStatsDetailsDeserializer(ObjectDeserializer<RemoteVectorIndexBuildStatsDetails.Builder> op) -
hashCode
public int hashCode() -
equals
-