Package com.sleepycat.je.utilint

Examples of com.sleepycat.je.utilint.DbScavenger.dump()


  try {
      DbScavenger scavenger =
                new DbScavenger(env, null, printable, aggressive,
                                false /* verbose */);
      scavenger.dump();
  } catch (IOException IOE) {
      throw new DatabaseException(IOE);
  }
    }

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.