Uses of Class
com.hazelcast.config.DiagnosticsConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of DiagnosticsConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientConfig.getDiagnosticsConfig()
Returns the diagnostics configuration for this hazelcast client.Modifier and TypeMethodDescriptionClientConfig.setDiagnosticsConfig
(DiagnosticsConfig diagnosticsConfig) Sets the diagnostics configuration for this hazelcast client. -
Uses of DiagnosticsConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.getDiagnosticsConfig()
Returns the diagnostics configuration for this hazelcast instance.DiagnosticsConfig.setEnabled
(boolean enabled) Enables or disablesDiagnostics
to see internal performance metrics and cluster related information.DiagnosticsConfig.setFileNamePrefix
(String fileNamePrefix) Configures the prefix for the diagnostics file.DiagnosticsConfig.setIncludeEpochTime
(boolean includeEpochTime) Configures if the epoch time should be included in the 'top' section.DiagnosticsConfig.setLogDirectory
(String logDirectory) Configures the output directory of the performance log files.DiagnosticsConfig.setMaxRolledFileCount
(int maxRolledFileCount) Sets the maximum number of rolling files to keep on disk.DiagnosticsConfig.setMaxRolledFileSizeInMB
(int maxRolledFileSizeInMB) Sets the maximum size in MB for a single file.DiagnosticsConfig.setOutputType
(DiagnosticsOutputType outputType) Configures the output for the diagnostics.Modifier and TypeMethodDescriptionConfig.setDiagnosticsConfig
(DiagnosticsConfig diagnosticsConfig) Sets the diagnostics configuration for this hazelcast instance.