Uses of Class
org.apache.iotdb.metrics.utils.InternalReporterType
-
Packages that use InternalReporterType Package Description org.apache.iotdb.metrics.config org.apache.iotdb.metrics.reporter.iotdb org.apache.iotdb.metrics.utils -
-
Uses of InternalReporterType in org.apache.iotdb.metrics.config
Methods in org.apache.iotdb.metrics.config that return InternalReporterType Modifier and Type Method Description InternalReporterTypeMetricConfig. getInternalReportType()Methods in org.apache.iotdb.metrics.config with parameters of type InternalReporterType Modifier and Type Method Description voidMetricConfig. setInternalReportType(InternalReporterType internalReporterType) -
Uses of InternalReporterType in org.apache.iotdb.metrics.reporter.iotdb
Methods in org.apache.iotdb.metrics.reporter.iotdb that return InternalReporterType Modifier and Type Method Description abstract InternalReporterTypeInternalIoTDBReporter. getType()Get the type of internal reporterInternalReporterTypeMemoryInternalIoTDBReporter. getType() -
Uses of InternalReporterType in org.apache.iotdb.metrics.utils
Methods in org.apache.iotdb.metrics.utils that return InternalReporterType Modifier and Type Method Description static InternalReporterTypeInternalReporterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InternalReporterType[]InternalReporterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-