Interface Reporter
-
- All Known Subinterfaces:
JmxReporter
- All Known Implementing Classes:
IoTDBInternalMemoryReporter,IoTDBInternalReporter,IoTDBReporter,IoTDBSessionReporter,PrometheusReporter
public interface Reporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReporterTypegetReporterType()Get the type of reporter.booleanstart()Start reporter.booleanstop()Stop reporter.
-
-
-
Method Detail
-
start
boolean start()
Start reporter.
-
stop
boolean stop()
Stop reporter.
-
getReporterType
ReporterType getReporterType()
Get the type of reporter.
-
-