Uses of Class
org.apache.hadoop.yarn.service.monitor.probe.Probe
Packages that use Probe
Package
Description
-
Uses of Probe in org.apache.hadoop.yarn.service.component
Methods in org.apache.hadoop.yarn.service.component that return Probe -
Uses of Probe in org.apache.hadoop.yarn.service.monitor.probe
Subclasses of Probe in org.apache.hadoop.yarn.service.monitor.probeModifier and TypeClassDescriptionclassA probe that checks whether the AM has retrieved an IP for a container.classA probe that checks whether a successful HTTP response code can be obtained from a container.classA probe that checks whether a container has a specified port open.Methods in org.apache.hadoop.yarn.service.monitor.probe that return ProbeModifier and TypeMethodDescriptionProbeStatus.getOriginator()Get the probe that generated this result.static ProbeMonitorUtils.getProbe(ReadinessCheck readinessCheck) Methods in org.apache.hadoop.yarn.service.monitor.probe with parameters of type ProbeModifier and TypeMethodDescriptionvoidA probe has failed either because the test returned false, or an exception was thrown.voidvoidThe probe has succeeded -capture the current timestamp, set success to true, and record any other data needed.