Uses of Class
org.apache.cassandra.exceptions.StartupException
-
Packages that use StartupException Package Description org.apache.cassandra.db org.apache.cassandra.service -
-
Uses of StartupException in org.apache.cassandra.db
Methods in org.apache.cassandra.db that throw StartupException Modifier and Type Method Description static void
ColumnFamilyStore. scrubDataDirectories(TableMetadata metadata)
Removes unnecessary files from the cf directory at startup: these include temp files, orphans, zero-length files and compacted sstables. -
Uses of StartupException in org.apache.cassandra.service
Methods in org.apache.cassandra.service that throw StartupException Modifier and Type Method Description protected java.lang.String
FileSystemOwnershipCheck. constructTokenFromProperties(java.util.Map<java.lang.String,java.lang.Object> config)
In version 1, we check and return the ownership token.void
DataResurrectionCheck. execute(StartupChecksOptions options)
void
FileSystemOwnershipCheck. execute(StartupChecksOptions options)
void
StartupCheck. 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.void
CassandraDaemon. scrubDataDirectories()
void
StartupChecks. verify(StartupChecksOptions options)
Run the configured tests and return a report detailing the results.
-