Class BumpAllocator.LocalPositionalAllocator<PAGE>

  • Enclosing class:
    BumpAllocator<PAGE>

    public static final class BumpAllocator.LocalPositionalAllocator<PAGE>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void insertAt​(long offset, PAGE page, int length)
      Inserts slice into the allocator at the given position
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • insertAt

        public void insertAt​(long offset,
                             @NotNull
                             PAGE page,
                             int length)
        Inserts slice into the allocator at the given position