Interface PrimaryKey.Builder

    • Method Detail

      • length

        PrimaryKey.Builder length​(Integer length)

        A strictly positive integer value representing the length of the primary key.

        Parameters:
        length - A strictly positive integer value representing the length of the primary key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        PrimaryKey.Builder name​(String name)

        A name for the Primary Key.

        Parameters:
        name - A name for the Primary Key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • offset

        PrimaryKey.Builder offset​(Integer offset)

        A positive integer value representing the offset to mark the start of the primary key in the record byte array.

        Parameters:
        offset - A positive integer value representing the offset to mark the start of the primary key in the record byte array.
        Returns:
        Returns a reference to this object so that method calls can be chained together.