Interface FDBRecord<M extends Message>

    • Method Detail

      • getPrimaryKey

        @Nonnull
        Tuple getPrimaryKey()
        Get the primary key for this record.
        Returns:
        primary key for this record
      • getRecordType

        @Nonnull
        RecordType getRecordType()
        Get the record type for this record.
        Returns:
        record type for this record
      • getRecord

        @Nonnull
        M getRecord()
        Get the Protobuf message form of this record.
        Returns:
        the Protobuf message for this record
      • hasVersion

        boolean hasVersion()
        Get whether a FDBRecordVersion has been set for this StoredRecord.
        Returns:
        true if this record has a version