See: Description
| Class | Description |
|---|---|
| BuildInfoPlugin |
A
PerformanceMonitorPlugin that displays the build info. |
| ConfigPropertiesPlugin |
A
PerformanceMonitorPlugin that displays the Config.getProperties() |
| HealthMonitor |
Health monitor periodically prints logs about related internal metrics using the
MetricsRegistry to provides some clues
about the internal Hazelcast state. |
| MetricsPlugin |
A
PerformanceMonitorPlugin that displays the content of the MetricsRegistry. |
| MultiLinePerformanceLogWriter |
A
PerformanceLogWriter that writes over multiple lines. |
| OverloadedConnectionsPlugin |
The OverloadedConnectionsPlugin checks all the connections and samples the content of the packet
queues if the size is above a certain threshold.
|
| PendingInvocationsPlugin |
A
PerformanceMonitorPlugin that aggregates the pending invocation so that per type of operation, the occurrence
count is displayed. |
| PerformanceLogWriter |
A writer like structure dedicated for the
PerformanceMonitorPlugin rendering. |
| PerformanceMonitor |
The PerformanceMonitor is a debugging tool that provides insight in all kinds of potential performance and stability issues.
|
| PerformanceMonitorPlugin |
A Plugin for the
PerformanceMonitor. |
| SingleLinePerformanceLogWriter |
A
PerformanceLogWriter that writes using a single line. |
| SlowOperationPlugin |
A
PerformanceMonitorPlugin that displays the slow executing operations. |
| SystemPropertiesPlugin |
A
PerformanceMonitorPlugin that displays the system properties. |
| Enum | Description |
|---|---|
| HealthMonitorLevel |
Health monitor can be configured with system properties.
|
Copyright © 2016. All Rights Reserved.