Package com.persistit.CleanupManager

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


        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

Related Classes of com.persistit.CleanupManager.CleanupPruneAction

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.