Package com.netflix.exhibitor.core.backup

Examples of com.netflix.exhibitor.core.backup.BackupManager


        servoMonitoring = initServo(this, log, activityQueue, arguments, theMonitor);
        servoCompositeMonitor = theMonitor.get();

        controlPanelValues = new ControlPanelValues(getPreferences());

        this.backupManager = new BackupManager(this, backupProvider);
    }
View Full Code Here

TOP

Related Classes of com.netflix.exhibitor.core.backup.BackupManager

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.