Examples of lazyMigrateDupCountLN()


Examples of com.sleepycat.je.cleaner.Cleaner.lazyMigrateDupCountLN()

        throws DatabaseException {

        /* Allow the cleaner to migrate the DupCountLN before logging. */
        if (dupCountLNRef != null) {
            Cleaner cleaner = getDatabase().getDbEnvironment().getCleaner();
            cleaner.lazyMigrateDupCountLN
                (this, dupCountLNRef, proactiveMigration);
        }

        return super.logInternal
            (logManager, allowDeltas, isProvisional, proactiveMigration,
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.