| Package | Description |
|---|---|
| org.apache.slider.server.servicemonitor |
| Modifier and Type | Method and Description |
|---|---|
ProbePhase |
ProbeWorker.getProbePhase() |
ProbePhase |
ProbeStatus.getProbePhase() |
static ProbePhase |
ProbePhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbePhase[] |
ProbePhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProbeStatus.inPhase(ProbePhase phase) |
void |
ReportingLoop.probeProcessStateChange(ProbePhase probePhase) |
void |
ProbeReportHandler.probeProcessStateChange(ProbePhase probePhase)
The probe process has changed state.
|
void |
ReportingLoop.probeResult(ProbePhase phase,
ProbeStatus status) |
void |
ProbeReportHandler.probeResult(ProbePhase phase,
ProbeStatus status)
Report a probe outcome
|
void |
ReportingLoop.probeTimedOut(ProbePhase currentPhase,
Probe probe,
ProbeStatus lastStatus,
long currentTime) |
void |
ProbeReportHandler.probeTimedOut(ProbePhase currentPhase,
Probe probe,
ProbeStatus lastStatus,
long currentTime)
A probe has timed out
|
void |
ProbeStatus.setProbePhase(ProbePhase probePhase) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.