MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / call

Method call

src/RegionClient.java:960–965  ·  view source on GitHub ↗
(final Exception e)

Source from the content-addressed store, hash-verified

958 // the remote method returns `void', so we only need an errback.
959 final class SingleEditErrback implements Callback<Object, Exception> {
960 public Object call(final Exception e) {
961 if (!(e instanceof RecoverableException)) {
962 return e; // Can't recover from this error, let it propagate.
963 }
964 return retryEdit(edit, (RecoverableException) e);
965 }
966 public String toString() {
967 return "single-edit errback";
968 }

Callers

nothing calls this directly

Calls 1

retryEditMethod · 0.80

Tested by

no test coverage detected