Interface Reporter
-
- All Known Subinterfaces:
JmxReporter
- All Known Implementing Classes:
InternalIoTDBReporter,IoTDBReporter,MemoryInternalIoTDBReporter,PrometheusReporter,SessionIoTDBReporter
public interface Reporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReporterTypegetReporterType()Get the type of reporterbooleanstart()Start reporterbooleanstop()Stop reporter
-
-
-
Method Detail
-
start
boolean start()
Start reporter
-
stop
boolean stop()
Stop reporter
-
getReporterType
ReporterType getReporterType()
Get the type of reporter
-
-