接口 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.
-
方法概要
修饰符和类型方法说明longGet the offset of the block's data within the object.longGet the entryId that this entry contains.longGet the offset of this block within the object.intGet 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.
-