Examples of CleanupPruneAction


Examples of com.persistit.CleanupManager.CleanupPruneAction

        assert treeHandle != 0 : "Undefined tree handle in " + tree;
        return treeHandle;
    }

    void addLockPage(final Long page, final int treeHandle) {
        _lockCleanupActions.add(new CleanupPruneAction(treeHandle, page));
    }
View Full Code Here

Examples of com.persistit.CleanupManager.CleanupPruneAction

        assert treeHandle != 0 : "Undefined tree handle in " + tree;
        return treeHandle;
    }

    void addLockPage(final Long page, final int treeHandle) {
        _lockCleanupActions.add(new CleanupPruneAction(treeHandle, page));
    }
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.