Uses of Class
org.apache.iotdb.commons.exception.StartupException
-
Packages that use StartupException Package Description org.apache.iotdb.commons.auth.authorizer org.apache.iotdb.commons.service org.apache.iotdb.commons.service.metric org.apache.iotdb.commons.udf.service -
-
Uses of StartupException in org.apache.iotdb.commons.auth.authorizer
Methods in org.apache.iotdb.commons.auth.authorizer that throw StartupException Modifier and Type Method Description voidBasicAuthorizer. start() -
Uses of StartupException in org.apache.iotdb.commons.service
Methods in org.apache.iotdb.commons.service that throw StartupException Modifier and Type Method Description voidStartupCheck. execute()Run some tests to check whether system is safe to be started.protected abstract voidStartupChecks. portCheck()voidRegisterManager. register(IService service)register service.voidThriftService. restartService()voidIService. start()Start current service.voidThriftService. start()voidThriftService. startService()protected voidStartupChecks. verify()execute every pretest. -
Uses of StartupException in org.apache.iotdb.commons.service.metric
Methods in org.apache.iotdb.commons.service.metric that throw StartupException Modifier and Type Method Description voidMetricServiceMBean. restartService()voidMetricService. start()voidMetricServiceMBean. startService() -
Uses of StartupException in org.apache.iotdb.commons.udf.service
Methods in org.apache.iotdb.commons.udf.service that throw StartupException Modifier and Type Method Description voidUDFClassLoaderManager. start()
-