Package org.nuxeo.runtime.stream
Class StreamProbe
java.lang.Object
org.nuxeo.runtime.stream.StreamProbe
- All Implemented Interfaces:
Probe
A probe to detect when computation has been terminated due to failure. A delay is applied before returning the
failure code.
- Since:
- 11.1
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
STREAM_PROBE_DELAY_PROPERTY
- See Also:
-
STREAM_PROBE_DELAY_DEFAULT
-
FAILURE_MESSAGE
- See Also:
-
globalFailureCount
protected io.dropwizard.metrics5.Counter globalFailureCount -
detected
-
timeout
-
FORMATTER
-
-
Constructor Details
-
StreamProbe
public StreamProbe()
-
-
Method Details