public class WANPlugin
extends com.hazelcast.internal.diagnostics.DiagnosticsPlugin
WanSyncState and LocalWanPublisherStats for each
WanReplicationEndpoint.
This allows to get an overview of the WAN system, mainly how events are being published.
Detailed introspection of the WAN queues is not available.| Modifier and Type | Field and Description |
|---|---|
static com.hazelcast.spi.properties.HazelcastProperty |
PERIOD_SECONDS
The period in seconds this plugin runs.
|
| Constructor and Description |
|---|
WANPlugin(com.hazelcast.spi.impl.NodeEngineImpl nodeEngine) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPeriodMillis() |
void |
onStart() |
void |
run(com.hazelcast.internal.diagnostics.DiagnosticsLogWriter writer) |
public static final com.hazelcast.spi.properties.HazelcastProperty PERIOD_SECONDS
public long getPeriodMillis()
getPeriodMillis in class com.hazelcast.internal.diagnostics.DiagnosticsPluginpublic void onStart()
onStart in class com.hazelcast.internal.diagnostics.DiagnosticsPluginpublic void run(com.hazelcast.internal.diagnostics.DiagnosticsLogWriter writer)
run in class com.hazelcast.internal.diagnostics.DiagnosticsPluginCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.