类 OffloadIndexEntryImpl
java.lang.Object
org.apache.bookkeeper.mledger.offload.jcloud.impl.OffloadIndexEntryImpl
- 所有已实现的接口:
OffloadIndexEntry
The Index Entry in OffloadIndexBlock.
-
方法概要
修饰符和类型方法说明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.static OffloadIndexEntryImplof(long entryId, int partId, long offset, long blockHeaderSize) toString()
-
方法详细资料
-
of
-
getEntryId
public long getEntryId()从接口复制的说明:OffloadIndexEntryGet the entryId that this entry contains.- 指定者:
getEntryId在接口中OffloadIndexEntry
-
getPartId
public int getPartId()从接口复制的说明:OffloadIndexEntryGet the block part id of tiered storage.- 指定者:
getPartId在接口中OffloadIndexEntry
-
getOffset
public long getOffset()从接口复制的说明:OffloadIndexEntryGet the offset of this block within the object.- 指定者:
getOffset在接口中OffloadIndexEntry
-
getDataOffset
public long getDataOffset()从接口复制的说明:OffloadIndexEntryGet the offset of the block's data within the object.- 指定者:
getDataOffset在接口中OffloadIndexEntry
-
toString
-