Uses of Class
com.hazelcast.config.DiagnosticsConfig
Packages that use 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
Methods in com.hazelcast.client.config that return DiagnosticsConfigModifier and TypeMethodDescriptionClientConfig.getDiagnosticsConfig()
Returns the diagnostics configuration for this hazelcast client.Methods in com.hazelcast.client.config with parameters of type DiagnosticsConfigModifier and TypeMethodDescriptionClientConfig.setDiagnosticsConfig
(DiagnosticsConfig diagnosticsConfig) Sets the diagnostics configuration for this hazelcast client. -
Uses of DiagnosticsConfig in com.hazelcast.config
Methods in com.hazelcast.config that return DiagnosticsConfigModifier 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.Methods in com.hazelcast.config with parameters of type DiagnosticsConfigModifier and TypeMethodDescriptionConfig.setDiagnosticsConfig
(DiagnosticsConfig diagnosticsConfig) Sets the diagnostics configuration for this hazelcast instance.Constructors in com.hazelcast.config with parameters of type DiagnosticsConfig