Examples of RecordForTest


Examples of net.sf.joafip.kvstore.record.entity.RecordForTest

  @Override
  public IFileStorable createHeapRecord(
      final IHeapElementManager heapElementManager,
      final long positionInFile) throws HeapException {
    return new RecordForTest(heapElementManager, positionInFile,
        RECORD_SIZE, positionInFile - RECORD_SIZE);
  }
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.