Package com.linkedin.helix.healthcheck

Examples of com.linkedin.helix.healthcheck.StatHealthReportProvider


        /*
    _healthProvider = new StatHealthReportProvider();
    _healthProvider.setReportName(REPORT_NAME);
       */

    _healthProvider = new StatHealthReportProvider();
    //_healthProvider.setReportName(REPORT_NAME);

    _cmConnector.getManager().getHealthReportCollector()
        .addHealthReportProvider(_healthProvider);
    _partitions = new HashSet<String>();
View Full Code Here

TOP

Related Classes of com.linkedin.helix.healthcheck.StatHealthReportProvider

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.