Uses of Enum Class
com.hazelcast.config.DiagnosticsOutputType
-
Uses of DiagnosticsOutputType in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final DiagnosticsOutputType
DiagnosticsConfig.DEFAULT_OUTPUT_TYPE
Default value of diagnostics output type.Modifier 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.Modifier and TypeMethodDescriptionDiagnosticsConfig.setOutputType
(DiagnosticsOutputType outputType) Configures the output for the diagnostics.