| Package | Description |
|---|---|
| org.apache.slider.server.servicemonitor |
| Modifier and Type | Class and Description |
|---|---|
class |
ReportingLoop
This is the monitor service
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProbeWorker.setReportHandler(ProbeReportHandler reportHandler) |
ReportingLoop |
ReportingLoop.withReporter(ProbeReportHandler reporter) |
| Constructor and Description |
|---|
ReportingLoop(String name,
ProbeReportHandler reporter,
List<Probe> probes,
List<Probe> dependencyProbes,
int probeInterval,
int reportInterval,
int probeTimeout,
int bootstrapTimeout) |
ReportingLoop(String name,
ProbeReportHandler reporter,
ProbeWorker worker,
int reportInterval,
int probeTimeout)
Create a new reporting loop -and bond the worker's ProbeReportHandler
to us
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.