Package | Description |
---|---|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
DiagnosticsLogWriterImpl
A writer like structure dedicated for the
DiagnosticsPlugin rendering. |
Modifier and Type | Method and Description |
---|---|
protected DiagnosticsLogWriter |
DiagnosticsLogWriterImpl.write(boolean b) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriterImpl.write(char c) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriterImpl.write(double i) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriterImpl.write(int i) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriterImpl.write(long i) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriterImpl.write(String s) |
Modifier and Type | Method and Description |
---|---|
void |
SystemPropertiesPlugin.run(DiagnosticsLogWriter writer) |
void |
NetworkingImbalancePlugin.run(DiagnosticsLogWriter writer) |
void |
SlowOperationPlugin.run(DiagnosticsLogWriter writer) |
void |
MemberHeartbeatPlugin.run(DiagnosticsLogWriter writer) |
void |
MetricsPlugin.run(DiagnosticsLogWriter writer) |
void |
StoreLatencyPlugin.run(DiagnosticsLogWriter writer) |
void |
OperationHeartbeatPlugin.run(DiagnosticsLogWriter writer) |
void |
EventQueuePlugin.run(DiagnosticsLogWriter writer) |
void |
SystemLogPlugin.run(DiagnosticsLogWriter writer) |
void |
PendingInvocationsPlugin.run(DiagnosticsLogWriter writer) |
abstract void |
DiagnosticsPlugin.run(DiagnosticsLogWriter writer) |
void |
ConfigPropertiesPlugin.run(DiagnosticsLogWriter writer) |
void |
BuildInfoPlugin.run(DiagnosticsLogWriter writer) |
void |
InvocationPlugin.run(DiagnosticsLogWriter writer) |
void |
OverloadedConnectionsPlugin.run(DiagnosticsLogWriter writer) |
void |
MemberHazelcastInstanceInfoPlugin.run(DiagnosticsLogWriter writer) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.