Package | Description |
---|---|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
protected DiagnosticsLogWriter |
DiagnosticsLogWriter.write(boolean b) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriter.write(char c) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriter.write(double i) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriter.write(int i) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriter.write(long i) |
protected DiagnosticsLogWriter |
DiagnosticsLogWriter.write(String s) |
Modifier and Type | Method and Description |
---|---|
void |
SystemPropertiesPlugin.run(DiagnosticsLogWriter writer) |
void |
SlowOperationPlugin.run(DiagnosticsLogWriter writer) |
void |
MetricsPlugin.run(DiagnosticsLogWriter writer) |
void |
StoreLatencyPlugin.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 © 2017 Hazelcast, Inc.. All Rights Reserved.