Package org.archive.wayback.util.bdb

Examples of org.archive.wayback.util.bdb.BDBRecordSet


      throw wrapDBException(e);
    }
  }
 
  public void init() throws IOException {
    bdb = new BDBRecordSet();
    bdb.initializeDB(bdbPath,bdbName);
    if(logPath == null) {
      throw new IOException("No logPath");
    }
    log = new ResourceFileLocationDBLog(logPath);
View Full Code Here

TOP

Related Classes of org.archive.wayback.util.bdb.BDBRecordSet

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.