Package | Description |
---|---|
com.hazelcast.internal.metrics |
Contains the Hazelcast Metrics.
|
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
Modifier and Type | Method and Description |
---|---|
static ProbeLevel |
ProbeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbeLevel[] |
ProbeLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProbeLevel.isEnabled(ProbeLevel minimumLevel)
Checks if the this ProbeLevel has a precedence equal or higher than the minimumLevel.
|
<S> void |
MetricsRegistry.register(S source,
String name,
ProbeLevel level,
DoubleProbeFunction<S> probe)
Registers a probe
If a probe for the given name exists, it will be overwritten.
|
<S> void |
MetricsRegistry.register(S source,
String name,
ProbeLevel level,
LongProbeFunction<S> probe)
Registers a probe.
|
Modifier and Type | Method and Description |
---|---|
<S> void |
MetricsRegistryImpl.register(S source,
String name,
ProbeLevel level,
DoubleProbeFunction<S> function) |
<S> void |
MetricsRegistryImpl.register(S source,
String name,
ProbeLevel level,
LongProbeFunction<S> function) |
Constructor and Description |
---|
MetricsRegistryImpl(ILogger logger,
ProbeLevel minimumLevel)
Creates a MetricsRegistryImpl instance.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.