Interface StartupValidatable
-
- All Known Subinterfaces:
ClusterInfo
- All Known Implementing Classes:
CassandraClusterInfo,CassandraClusterInfoGroup,CassandraContext,CassandraDataLayer
public interface StartupValidatableAn interface for a class that requires and can perform startup validation usingStartupValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartupValidate()Performs startup validation usingStartupValidatorwith currently registeredStartupValidations, throws aRuntimeExceptionif any violations are found, needs to be invoked once per execution before any actual work is started
-