Uses of Class
org.apache.cassandra.service.StartupChecks.StartupCheckType
-
Packages that use StartupChecks.StartupCheckType Package Description org.apache.cassandra.config org.apache.cassandra.service -
-
Uses of StartupChecks.StartupCheckType in org.apache.cassandra.config
Fields in org.apache.cassandra.config with type parameters of type StartupChecks.StartupCheckType Modifier and Type Field Description java.util.Map<StartupChecks.StartupCheckType,java.util.Map<java.lang.String,java.lang.Object>>Config. startup_checksThe configuration of startup checks.Methods in org.apache.cassandra.config with parameters of type StartupChecks.StartupCheckType Modifier and Type Method Description voidStartupChecksOptions. disable(StartupChecks.StartupCheckType startupCheckType)voidStartupChecksOptions. enable(StartupChecks.StartupCheckType startupCheckType)java.util.Map<java.lang.String,java.lang.Object>StartupChecksOptions. getConfig(StartupChecks.StartupCheckType startupCheckType)booleanStartupChecksOptions. isDisabled(StartupChecks.StartupCheckType startupCheckType)booleanStartupChecksOptions. isEnabled(StartupChecks.StartupCheckType startupCheckType)voidStartupChecksOptions. set(StartupChecks.StartupCheckType startupCheckType, java.lang.String key, java.lang.Object value)Constructor parameters in org.apache.cassandra.config with type arguments of type StartupChecks.StartupCheckType Constructor Description StartupChecksOptions(java.util.Map<StartupChecks.StartupCheckType,java.util.Map<java.lang.String,java.lang.Object>> options) -
Uses of StartupChecks.StartupCheckType in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return StartupChecks.StartupCheckType Modifier and Type Method Description StartupChecks.StartupCheckTypeDataResurrectionCheck. getStartupCheckType()StartupChecks.StartupCheckTypeFileSystemOwnershipCheck. getStartupCheckType()default StartupChecks.StartupCheckTypeStartupCheck. getStartupCheckType()static StartupChecks.StartupCheckTypeStartupChecks.StartupCheckType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StartupChecks.StartupCheckType[]StartupChecks.StartupCheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-