com.hazelcast.internal.metrics.metricsets
Class GarbageCollectionMetricSet

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

public final class GarbageCollectionMetricSet
extends Object

A metrics set for exposing GarbageCollectorMXBean 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 MetricsRegister the metrics are registered on.


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