java.lang.Object
org.teamapps.universaldb.index.reference.blockindex.ReferenceBlock

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

  • Method Details

    • reset

      public void reset​(long index, ReferenceBuffer buffer, int blockPosition, BlockType blockType)
    • copy

      public ReferenceBlock copy()
    • 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()
    • getBuffer

      public ReferenceBuffer getBuffer()
    • setBuffer

      public void setBuffer​(ReferenceBuffer buffer)
    • getBlockPosition

      public int getBlockPosition()
    • getBlockDataPosition

      public int getBlockDataPosition()
    • getBlockType

      public BlockType getBlockType()