Uses of Enum Class
com.hazelcast.config.DiagnosticsOutputType
Packages that use DiagnosticsOutputType
-
Uses of DiagnosticsOutputType in com.hazelcast.config
Fields in com.hazelcast.config declared as DiagnosticsOutputTypeModifier and TypeFieldDescriptionstatic final DiagnosticsOutputType
DiagnosticsConfig.DEFAULT_OUTPUT_TYPE
Default value of diagnostics output type.Methods in com.hazelcast.config that return DiagnosticsOutputTypeModifier and TypeMethodDescriptionDiagnosticsConfig.getOutputType()
Gets the output for the diagnostics.static DiagnosticsOutputType
Returns the enum constant of this class with the specified name.static DiagnosticsOutputType[]
DiagnosticsOutputType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config with parameters of type DiagnosticsOutputTypeModifier and TypeMethodDescriptionDiagnosticsConfig.setOutputType
(DiagnosticsOutputType outputType) Configures the output for the diagnostics.