public class InfluxDbReporter extends java.lang.Object implements DpeReportHandler
Constructor and Description |
---|
InfluxDbReporter()
Create a reporter to the InfluxDB database on the default JLab host.
|
InfluxDbReporter(java.lang.String dbNode)
Create a reporter to the InfluxDB database on the given host.
|
Modifier and Type | Method and Description |
---|---|
void |
handleReport(DpeRegistrationData dpeRegistration,
DpeRuntimeData dpeRuntime)
Processes the DPE report.
|
static void |
main(java.lang.String[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public InfluxDbReporter()
public InfluxDbReporter(java.lang.String dbNode)
dbNode
- the database hostpublic static void main(java.lang.String[] args)
public void handleReport(DpeRegistrationData dpeRegistration, DpeRuntimeData dpeRuntime)
DpeReportHandler
handleReport
in interface DpeReportHandler
dpeRegistration
- the DPE registration reportdpeRuntime
- the DPE runtime report