Package org.apache.helix.controller.stages

Examples of org.apache.helix.controller.stages.HealthDataCache


  @BeforeMethod(groups = {
    "unitTest"
  })
  public void setup() {
    _helixManager = new MockManager(CLUSTER_NAME);
    _statsHolder = new StatsHolder(_helixManager, new HealthDataCache());
  }
View Full Code Here


  public final String CON = AlertParser.CONSTANT_NAME;

  @BeforeMethod()
  public void setup() {
    _helixManager = new MockManager(CLUSTER_NAME);
    _alertsHolder = new AlertsHolder(_helixManager, new HealthDataCache());
  }
View Full Code Here

TOP

Related Classes of org.apache.helix.controller.stages.HealthDataCache

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.