Uses of Enum Class
org.graylog2.bootstrap.preflight.PreflightConfigResult
Packages that use PreflightConfigResult
-
Uses of PreflightConfigResult in org.graylog2.bootstrap.preflight
Methods in org.graylog2.bootstrap.preflight that return PreflightConfigResultModifier and TypeMethodDescriptionPreflightConfigService.getPreflightConfigResult()PreflightConfigServiceImpl.getPreflightConfigResult()PreflightConfig.result()Deprecated.Returns the value of theresultrecord component.static PreflightConfigResultReturns the enum constant of this class with the specified name.static PreflightConfigResult[]PreflightConfigResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.bootstrap.preflight with parameters of type PreflightConfigResultModifier and TypeMethodDescriptionPreflightConfigService.setConfigResult(PreflightConfigResult result) PreflightConfigServiceImpl.setConfigResult(PreflightConfigResult result) Constructors in org.graylog2.bootstrap.preflight with parameters of type PreflightConfigResultModifierConstructorDescriptionPreflightConfig(PreflightConfigResult result) Deprecated.Creates an instance of aPreflightConfigrecord class.