Uses of Class
org.apache.iotdb.metrics.utils.ReporterType
-
-
Uses of ReporterType in org.apache.iotdb.metrics
Methods in org.apache.iotdb.metrics with parameters of type ReporterType Modifier and Type Method Description voidAbstractMetricService. start(ReporterType type)Start reporter according to type.booleanCompositeReporter. start(ReporterType reporterType)Start reporter by reporterType.voidAbstractMetricService. stop(ReporterType type)Stop reporter according to type.booleanCompositeReporter. stop(ReporterType reporterType)Stop reporter by reporterType. -
Uses of ReporterType in org.apache.iotdb.metrics.config
Methods in org.apache.iotdb.metrics.config that return types with arguments of type ReporterType Modifier and Type Method Description java.util.List<ReporterType>MetricConfig. getMetricReporterList() -
Uses of ReporterType in org.apache.iotdb.metrics.reporter
Methods in org.apache.iotdb.metrics.reporter that return ReporterType Modifier and Type Method Description ReporterTypeReporter. getReporterType()Get the type of reporter. -
Uses of ReporterType in org.apache.iotdb.metrics.reporter.iotdb
Methods in org.apache.iotdb.metrics.reporter.iotdb that return ReporterType Modifier and Type Method Description ReporterTypeIoTDBInternalMemoryReporter. getReporterType()ReporterTypeIoTDBSessionReporter. getReporterType() -
Uses of ReporterType in org.apache.iotdb.metrics.reporter.prometheus
Methods in org.apache.iotdb.metrics.reporter.prometheus that return ReporterType Modifier and Type Method Description ReporterTypePrometheusReporter. getReporterType() -
Uses of ReporterType in org.apache.iotdb.metrics.utils
Methods in org.apache.iotdb.metrics.utils that return ReporterType Modifier and Type Method Description static ReporterTypeReporterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReporterType[]ReporterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-