Examples of unfreeRecord()


Examples of net.sf.joafip.heapfile.record.entity.HeapRecord.unfreeRecord()

      /*
       * split free record : one part used for data the other keep free
       */
      final long nextRecordFilePosition = heapRecord
          .getNextRecordFilePosition();
      heapRecord.unfreeRecord(neededDataSize, neededRecordSize,
          nodeIdentifier, false);
      final long positionInFile = heapRecord.getPositionInFile();
      final long newFreeRecordPositionInFile = positionInFile
          + neededRecordSize;

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.