public final class PendingInvocationsPlugin extends DiagnosticsPlugin
DiagnosticsPlugin that aggregates the pending invocation so that per type of operation, the occurrence
 count is displayed.| Modifier and Type | Field and Description | 
|---|---|
| static HazelcastProperty | PERIOD_SECONDSThe period in seconds this plugin runs. | 
| static HazelcastProperty | THRESHOLDThe minimum number of invocations per type of operation before it start logging this particular operation. | 
logger| Constructor and Description | 
|---|
| PendingInvocationsPlugin(NodeEngineImpl nodeEngine) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getPeriodMillis()Returns the period of executing the monitor in millis. | 
| void | onStart() | 
| void | run(DiagnosticsLogWriter writer) | 
public static final HazelcastProperty PERIOD_SECONDS
public static final HazelcastProperty THRESHOLD
public PendingInvocationsPlugin(NodeEngineImpl nodeEngine)
public long getPeriodMillis()
DiagnosticsPluginSystemPropertiesPlugin that run at the beginning of a log file but their contents will not change.getPeriodMillis in class DiagnosticsPluginpublic void onStart()
onStart in class DiagnosticsPluginpublic void run(DiagnosticsLogWriter writer)
run in class DiagnosticsPluginCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.