Package com.sleepycat.je.cleaner

Examples of com.sleepycat.je.cleaner.CleanerLogSummary


    /* For logging only */
    public CheckpointEnd() {
        checkpointStartLsn = DbLsn.NULL_LSN;
        rootLsn = DbLsn.NULL_LSN;
        firstActiveLsn = DbLsn.NULL_LSN;
        cleanerLogSummary = new CleanerLogSummary();
    }
View Full Code Here

TOP

Related Classes of com.sleepycat.je.cleaner.CleanerLogSummary

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.