Interface OffloadIndexEntry

All Known Implementing Classes:
OffloadIndexEntryImpl

@Unstable @LimitedPrivate public interface OffloadIndexEntry
The Index Entry in OffloadIndexBlock. It consists of the message entry id, the tiered storage block part id for this message entry, and the offset in tiered storage block for this message id.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the offset of the block's data within the object.
    long
    Get the entryId that this entry contains.
    long
    Get the offset of this block within the object.
    int
    Get the block part id of tiered storage.
  • Method Details

    • getEntryId

      long getEntryId()
      Get the entryId that this entry contains.
    • getPartId

      int getPartId()
      Get the block part id of tiered storage.
    • getOffset

      long getOffset()
      Get the offset of this block within the object.
    • getDataOffset

      long getDataOffset()
      Get the offset of the block's data within the object.