Examples of handleNoMigrationLogging()


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

                 * migration will be done later.  This prevents a cleaned file
                 * from being deleted prior to migrating its entries.  This
                 * situation arises when splits do logging, since LN migration
                 * is not allowed during a split for performance reasons.
                 */
                cleaner.handleNoMigrationLogging(this);
            }
        }

        /*
         * We can log a delta rather than full version of this BIN if
View Full Code Here

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

                 * migration will be done later.  This prevents a cleaned file
                 * from being deleted prior to migrating its entries.  This
                 * situation arises when splits do logging, since LN migration
                 * is not allowed during a split for performance reasons.
                 */
                cleaner.handleNoMigrationLogging(this);
            }
        }

        /*
         * We can log a delta rather than full version of this BIN if
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.