Package | Description |
---|---|
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
com.hazelcast.internal.metrics.metricsets |
Contains all kinds of metric packs.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricsRegistryImpl
The
MetricsRegistry implementation. |
Modifier and Type | Method and Description |
---|---|
static void |
ThreadMetricSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metric pack.
|
static void |
OperatingSystemMetricsSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metrics pack.
|
static void |
ClassLoadingMetricSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metric pack.
|
static void |
RuntimeMetricSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metrics pack.
|
static void |
GarbageCollectionMetricSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metrics pack.
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.