Examples of takeBackupNoLock()


Examples of org.apache.qpid.server.store.berkeleydb.BDBBackup.takeBackupNoLock()

     * Supplies a triggered action extension, based on message count. This action takes a BDB log file backup.
     */
    public void takeAction()
    {
        BDBBackup backupUtil = new BDBBackup();
        backupUtil.takeBackupNoLock(fromDir, toDir);
        System.out.println("Took backup of BDB log files from directory: " + fromDir);
    }
}
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.