接口 OffloadIndexEntry

所有已知实现类:
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.
  • 方法概要

    修饰符和类型
    方法
    说明
    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.
  • 方法详细资料

    • 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.