com.hazelcast.internal.metrics.metricsets
Class RuntimeMetricSet

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

public final class RuntimeMetricSet
extends Object

A Metric pack for exposing Runtime metrics.


Method Summary
static void register(MetricsRegistry metricsRegistry)
          Registers all the metrics in this metrics 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 metrics pack.

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


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