Package org.apache.iotdb.commons.service
Interface StartupCheck
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface StartupCheck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Run some tests to check whether system is safe to be started.
-
-
-
Method Detail
-
execute
void execute() throws StartupExceptionRun some tests to check whether system is safe to be started.- Throws:
StartupException
-
-