public class CompositeReporter extends Object
| Constructor and Description |
|---|
CompositeReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReporter(Reporter reporter)
Add reporter
|
void |
clearReporter()
Clear reporter
|
boolean |
start(ReporterType reporterType)
Start reporter by name values in jmx, prometheus, iotdb
|
boolean |
startAll()
Start all reporter
|
boolean |
stop(ReporterType reporterType)
Stop reporter by name, values in jmx, prometheus, iotdb
|
boolean |
stopAll()
Stop all reporter
|
public boolean startAll()
public boolean start(ReporterType reporterType)
public boolean stopAll()
public boolean stop(ReporterType reporterType)
public void clearReporter()
public void addReporter(Reporter reporter)
Copyright © 2022 The Apache Software Foundation. All rights reserved.