Uses of Class
org.apache.cassandra.config.StartupChecksOptions
-
Packages that use StartupChecksOptions Package Description org.apache.cassandra.config org.apache.cassandra.service -
-
Uses of StartupChecksOptions in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return StartupChecksOptions Modifier and Type Method Description static StartupChecksOptionsDatabaseDescriptor. getStartupChecksOptions() -
Uses of StartupChecksOptions in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type StartupChecksOptions Modifier and Type Method Description voidDataResurrectionCheck. execute(StartupChecksOptions options)voidFileSystemOwnershipCheck. execute(StartupChecksOptions options)voidStartupCheck. execute(StartupChecksOptions startupChecksOptions)Run some test to determine whether the system is safe to be started In the case where a test determines it is not safe to proceed, the test should log a message regarding the reason for the failure and ideally the steps required to remedy the problem.booleanFileSystemOwnershipCheck. isEnabled(StartupChecksOptions options)voidDataResurrectionCheck. postAction(StartupChecksOptions options)default voidStartupCheck. postAction(StartupChecksOptions options)Post-hook after all startup checks succeeded.voidStartupChecks. verify(StartupChecksOptions options)Run the configured tests and return a report detailing the results.
-