Package com.linkedin.helix.healthcheck

Examples of com.linkedin.helix.healthcheck.DefaultPerfCounters


  DefaultPerfCounters _perfCounters;

  @BeforeTest ()
  public void setup()
  {
    _perfCounters = new DefaultPerfCounters(INSTANCE_NAME, AVAILABLE_CPUS,
        FREE_PHYSICAL_MEMORY, FREE_JVM_MEMORY, TOTAL_JVM_MEMORY,
        AVERAGE_SYSTEM_LOAD);
  }
View Full Code Here

TOP

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

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.