See: Description
Interface | Description |
---|---|
DiagnosticsLogWriter | |
StoreLatencyPlugin.LatencyProbe |
Class | Description |
---|---|
BuildInfoPlugin |
A
DiagnosticsPlugin that displays the build info. |
ConfigPropertiesPlugin |
A
DiagnosticsPlugin that displays the Config.getProperties() . |
Diagnostics |
The
Diagnostics is a debugging tool that provides insight in all kinds of potential performance and stability issues. |
DiagnosticsLogWriterImpl |
A writer like structure dedicated for the
DiagnosticsPlugin rendering. |
DiagnosticsPlugin |
Plugin for the
Diagnostics . |
EventQueuePlugin |
The EventQueuePlugin checks the event queue and samples the event types if the size is above a certain threshold.
|
HealthMonitor |
Health monitor periodically prints logs about related internal metrics using the
MetricsRegistry
to provide some clues about the internal Hazelcast state. |
InvocationPlugin |
A
DiagnosticsPlugin that displays all invocations that have been executing for some time. |
MemberHazelcastInstanceInfoPlugin |
Prints all kinds of Hazelcast member specific info.
|
MemberHeartbeatPlugin |
A Diagnostics plugin that checks the quality of member/member heartbeats.
|
MetricsPlugin |
A
DiagnosticsPlugin that displays the content of the MetricsRegistry . |
NetworkingImbalancePlugin |
The
NetworkingImbalancePlugin is an experimental plugin meant for detecting imbalance in the IO system. |
OperationDescriptors |
Converts an operation class into something readable.
|
OperationHeartbeatPlugin |
A diagnostics plugin that checks how the network is behaving by checking deviations in Operation-heartbeats to assist with
network related problems like split-brain.
|
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
DiagnosticsPlugin that aggregates the pending invocation so that per type of operation, the occurrence
count is displayed. |
SlowOperationPlugin |
A
DiagnosticsPlugin that displays the slow executing operations. |
StoreLatencyPlugin |
A
DiagnosticsPlugin that helps to detect if there are any performance issues with Stores/Loaders like e.g. |
SystemLogPlugin |
The
SystemLogPlugin is responsible for:
Showing lifecycle changes like shutting down, merging etc.
Show connection creation and connection closing. |
SystemPropertiesPlugin |
A
DiagnosticsPlugin that displays the system properties. |
Enum | Description |
---|---|
HealthMonitorLevel |
Health monitor can be configured with system properties.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.