Class ReferenceBlock


  • public class ReferenceBlock
    extends java.lang.Object
    • Constructor Detail

      • ReferenceBlock

        public ReferenceBlock​(long index,
                              ReferenceBuffer buffer,
                              int blockPosition,
                              BlockType blockType)
    • Method Detail

      • getTotalEntryCount

        public int getTotalEntryCount()
      • getBlockEntryCount

        public int getBlockEntryCount()
      • getRemainingEntries

        public int getRemainingEntries()
      • getNextIndex

        public long getNextIndex()
      • getStartBlockTotalCount

        public int getStartBlockTotalCount()
      • getStartBlockNextIndex

        public long getStartBlockNextIndex()
      • getStartBlockLastIndex

        public long getStartBlockLastIndex()
      • getIndex

        public long getIndex()
      • getBlockPosition

        public int getBlockPosition()
      • getBlockDataPosition

        public int getBlockDataPosition()
      • getBlockType

        public BlockType getBlockType()