Package org.openrdf.sail.nativerdf.btree

Examples of org.openrdf.sail.nativerdf.btree.DefaultRecordComparator


  public HashIndex(File file)
    throws IOException
  {
    this.file = file;
    btree = new BTree(file, 4096, RECORD_LENGTH, new DefaultRecordComparator());
  }
View Full Code Here

TOP

Related Classes of org.openrdf.sail.nativerdf.btree.DefaultRecordComparator

Copyright © 2018 www.massapicom. 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.