| Package | Description |
|---|---|
| com.hazelcast.internal.monitors |
Contains functionality what is happening in a HazelcastInstance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuildInfoPlugin
A
PerformanceMonitorPlugin that displays the build info. |
class |
ConfigPropertiesPlugin
A
PerformanceMonitorPlugin that displays the Config.getProperties() |
class |
MetricsPlugin
A
PerformanceMonitorPlugin that displays the content of the MetricsRegistry. |
class |
OverloadedConnectionsPlugin
The OverloadedConnectionsPlugin checks all the connections and samples the content of the packet
queues if the size is above a certain threshold.
|
class |
PendingInvocationsPlugin
A
PerformanceMonitorPlugin that aggregates the pending invocation so that per type of operation, the occurrence
count is displayed. |
class |
SlowOperationPlugin
A
PerformanceMonitorPlugin that displays the slow executing operations. |
class |
SystemPropertiesPlugin
A
PerformanceMonitorPlugin that displays the system properties. |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceMonitor.register(PerformanceMonitorPlugin plugin)
Registers a MonitorTask to it will be scheduled.
|
Copyright © 2016. All Rights Reserved.