Class DenseVectorStats
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.DenseVectorStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DenseVectorStats>Json deserializer forDenseVectorStats -
Method Summary
Modifier and TypeMethodDescriptionstatic DenseVectorStatsfinal DenseVectorOffHeapStatsoffHeap()API name:off_heapvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final longRequired - API name:value_count
-
Field Details
-
_DESERIALIZER
Json deserializer forDenseVectorStats
-
-
Method Details
-
of
public static DenseVectorStats of(Function<DenseVectorStats.Builder, ObjectBuilder<DenseVectorStats>> fn) -
valueCount
public final long valueCount()Required - API name:value_count -
offHeap
API name:off_heap -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDenseVectorStatsDeserializer
protected static void setupDenseVectorStatsDeserializer(ObjectDeserializer<DenseVectorStats.Builder> op)
-