Interface DefragmentContext

    • Method Detail

      • typeHandlerForId

        TypeHandler4 typeHandlerForId​(int id)
      • copyID

        int copyID()
      • copyIDReturnOriginalID

        int copyIDReturnOriginalID()
      • copySlotlessID

        int copySlotlessID()
      • copyUnindexedID

        int copyUnindexedID()
      • incrementOffset

        void incrementOffset​(int length)
      • isLegacyHandlerVersion

        boolean isLegacyHandlerVersion()
      • mappedID

        int mappedID​(int origID)
      • allocateTargetSlot

        Slot allocateTargetSlot​(int length)
      • allocateMappedTargetSlot

        Slot allocateMappedTargetSlot​(int sourceAddress,
                                      int length)
      • copySlotToNewMapped

        int copySlotToNewMapped​(int sourceAddress,
                                int length)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • sourceBufferByAddress

        ByteArrayBuffer sourceBufferByAddress​(int sourceAddress,
                                              int length)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • sourceBufferById

        ByteArrayBuffer sourceBufferById​(int sourceId)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • targetWriteBytes

        void targetWriteBytes​(int address,
                              ByteArrayBuffer buffer)