Package org.apache.helix.monitoring

Examples of org.apache.helix.monitoring.StatusDumpTask$StatusDumpTimerTask


    _timerTasks = new ArrayList<HelixTimerTask>();

    _manager = new ZKHelixManager(this);
    _leaderElection = new ZkHelixLeaderElection(this, _pipeline);

    _timerTasks.add(new StatusDumpTask(clusterId, _manager.getHelixDataAccessor()));
  }
View Full Code Here


    _manager = new HelixConnectionAdaptor(this);
    _leaderElection = new ZkHelixLeaderElection(this, _pipeline);

    _timerTasks.add(new HealthStatsAggregationTask(new HealthStatsAggregator(_manager)));
    _timerTasks.add(new StatusDumpTask(clusterId, _manager.getHelixDataAccessor()));
  }
View Full Code Here

TOP

Related Classes of org.apache.helix.monitoring.StatusDumpTask$StatusDumpTimerTask

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.