Uses of Interface
org.graylog2.bootstrap.preflight.PreflightCheck
Packages that use PreflightCheck
-
Uses of PreflightCheck in org.graylog2.bootstrap.preflight
Classes in org.graylog2.bootstrap.preflight that implement PreflightCheckConstructor parameters in org.graylog2.bootstrap.preflight with type arguments of type PreflightCheckModifierConstructorDescriptionPreflightCheckService(Map<String, PreflightCheck> preflightChecks, boolean skipPreflightChecks) -
Uses of PreflightCheck in org.graylog2.plugin.inject
Methods in org.graylog2.plugin.inject that return types with arguments of type PreflightCheckModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,PreflightCheck> Graylog2Module.preflightChecksBinder()Method parameters in org.graylog2.plugin.inject with type arguments of type PreflightCheckModifier and TypeMethodDescriptionprotected voidGraylog2Module.addPreflightCheck(Class<? extends PreflightCheck> preflightCheck)