Package | Description |
---|---|
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
com.hazelcast.internal.metrics.jmx | |
com.hazelcast.internal.metrics.managementcenter |
Modifier and Type | Method and Description |
---|---|
void |
MetricsService.registerPublisher(Function<NodeEngine,MetricsPublisher> registerFunction)
Register a custom
MetricsPublisher implementation with a register
function that takes NodeEngine as input letting the caller to
optionally initialize the publisher returned from the function. |
Modifier and Type | Class and Description |
---|---|
class |
JmxPublisher
Renderer to create, register and unregister mBeans for metrics as they are
rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagementCenterPublisher
Renderer to serialize metrics to byte[] to be read by Management Center.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.