MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / handleError

Method handleError

src/tsd/StorageExceptionHandler.java:78–79  ·  view source on GitHub ↗

Receives a data point from the storage attempt along with the exception that was associated with the failure. @param dp The data point to store @param exception The exception associated with the data point

(final IncomingDataPoint dp, 
      final Exception exception)

Source from the content-addressed store, hash-verified

76 * @param exception The exception associated with the data point
77 */
78 public abstract void handleError(final IncomingDataPoint dp,
79 final Exception exception);
80}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected