Uses of Class
org.apache.cassandra.config.StartupChecksOptions
Packages that use StartupChecksOptions
-
Uses of StartupChecksOptions in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return StartupChecksOptionsModifier and TypeMethodDescriptionstatic StartupChecksOptionsDatabaseDescriptor.getStartupChecksOptions() -
Uses of StartupChecksOptions in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type StartupChecksOptionsModifier and TypeMethodDescriptionvoidDataResurrectionCheck.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.