Uses of Enum Class
org.apache.cassandra.service.StartupChecks.StartupCheckType
Packages that use StartupChecks.StartupCheckType
-
Uses of StartupChecks.StartupCheckType in org.apache.cassandra.config
Fields in org.apache.cassandra.config with type parameters of type StartupChecks.StartupCheckTypeMethods in org.apache.cassandra.config with parameters of type StartupChecks.StartupCheckTypeModifier and TypeMethodDescriptionvoidStartupChecksOptions.disable(StartupChecks.StartupCheckType startupCheckType) voidStartupChecksOptions.enable(StartupChecks.StartupCheckType startupCheckType) StartupChecksOptions.getConfig(StartupChecks.StartupCheckType startupCheckType) booleanStartupChecksOptions.isDisabled(StartupChecks.StartupCheckType startupCheckType) booleanStartupChecksOptions.isEnabled(StartupChecks.StartupCheckType startupCheckType) voidStartupChecksOptions.set(StartupChecks.StartupCheckType startupCheckType, String key, Object value) Constructor parameters in org.apache.cassandra.config with type arguments of type StartupChecks.StartupCheckTypeModifierConstructorDescription -
Uses of StartupChecks.StartupCheckType in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return StartupChecks.StartupCheckTypeModifier and TypeMethodDescriptionDataResurrectionCheck.getStartupCheckType()FileSystemOwnershipCheck.getStartupCheckType()default StartupChecks.StartupCheckTypeStartupCheck.getStartupCheckType()Returns the enum constant of this class with the specified name.static StartupChecks.StartupCheckType[]StartupChecks.StartupCheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.