Interface IntVector.Builder

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable, Vector.Builder
All Known Subinterfaces:
IntVector.FixedBuilder
All Known Implementing Classes:
IntVectorFixedBuilder
Enclosing interface:
IntVector

public static sealed interface IntVector.Builder extends Vector.Builder permits IntVector.FixedBuilder (not exhaustive)
A builder that grows as needed.
  • Method Summary

    Modifier and Type
    Method
    Description
    appendInt(int value)
    Appends a int to the current entry.
    Builds the block.

    Methods inherited from interface org.elasticsearch.core.Releasable

    close

    Methods inherited from interface org.elasticsearch.compute.data.Vector.Builder

    estimatedBytes