com.hazelcast.internal.metrics.metricsets
Class ThreadMetricSet

java.lang.Object
  extended by com.hazelcast.internal.metrics.metricsets.ThreadMetricSet

public final class ThreadMetricSet
extends Object

A Metric pack for exposing ThreadMXBean metric.


Method Summary
static void register(MetricsRegistry metricsRegistry)
          Registers all the metrics in this metric pack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static void register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metric pack.

Parameters:
metricsRegistry - the MetricsRegistry the metrics are registered on.


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.