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 DenseVectorStats
final DenseVectorOffHeapStats
offHeap()
API name:off_heap
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final long
Required - 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDenseVectorStatsDeserializer
protected static void setupDenseVectorStatsDeserializer(ObjectDeserializer<DenseVectorStats.Builder> op)
-