Class OffloadIndexEntryImpl

  • All Implemented Interfaces:
    OffloadIndexEntry

    public class OffloadIndexEntryImpl
    extends java.lang.Object
    implements OffloadIndexEntry
    The Index Entry in OffloadIndexBlock.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getDataOffset()
      Get the offset of the block's data within the object.
      long getEntryId()
      Get the entryId that this entry contains.
      long getOffset()
      Get the offset of this block within the object.
      int getPartId()
      Get the block part id of tiered storage.
      static OffloadIndexEntryImpl of​(long entryId, int partId, long offset, long blockHeaderSize)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait