| Package | Description |
|---|---|
| org.apache.slider.server.servicemonitor |
| Modifier and Type | Field and Description |
|---|---|
protected ProbeStatus |
ProbeWorker.lastFailingBootstrapProbe |
protected ProbeStatus |
ProbeWorker.lastStatus |
ProbeStatus |
ProbeFailedException.status |
| Modifier and Type | Method and Description |
|---|---|
ProbeStatus |
ProbeWorker.getLastStatus() |
ProbeStatus |
YarnApplicationProbe.ping(boolean livePing)
Try to connect to the (host,port); a failure to connect within
the specified timeout is a failure
|
abstract ProbeStatus |
Probe.ping(boolean livePing)
Ping the endpoint.
|
ProbeStatus |
PortProbe.ping(boolean livePing)
Try to connect to the (host,port); a failure to connect within
the specified timeout is a failure
|
ProbeStatus |
HttpProbe.ping(boolean livePing) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportingLoop.heartbeat(ProbeStatus status) |
void |
ProbeReportHandler.heartbeat(ProbeStatus status)
A heartbeat event should be raised
|
void |
ReportingLoop.probeBooted(ProbeStatus status) |
void |
ProbeReportHandler.probeBooted(ProbeStatus status)
A probe has just booted
|
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
|
| Constructor and Description |
|---|
ProbeFailedException(String text,
ProbeStatus status) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.