Package | Description |
---|---|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildInfoPlugin
A
DiagnosticsPlugin that displays the build info. |
class |
ConfigPropertiesPlugin
A
DiagnosticsPlugin that displays the Config.getProperties() |
class |
InvocationPlugin
A
DiagnosticsPlugin that displays all invocations that have been executing for some time. |
class |
MemberHazelcastInstanceInfoPlugin
Prints all kinds of Hazelcast member specific info.
|
class |
MetricsPlugin
A
DiagnosticsPlugin 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
DiagnosticsPlugin that aggregates the pending invocation so that per type of operation, the occurrence
count is displayed. |
class |
SlowOperationPlugin
A
DiagnosticsPlugin that displays the slow executing operations. |
class |
SystemLogPlugin
The
SystemLogPlugin is responsible for:
Showing lifecycle changes like shutting down, merging etc.
Show connection creation and connection closing. |
class |
SystemPropertiesPlugin
A
DiagnosticsPlugin that displays the system properties. |
Modifier and Type | Method and Description |
---|---|
void |
Diagnostics.register(DiagnosticsPlugin plugin)
Registers a
DiagnosticsPlugin . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.