100101102103104105106107108109110
this.vclock = retrier.attempt(fetch); } Callable<Void> command = new Callable<Void>() { public Void call() throws Exception { client.delete(bucket, key, new DeleteMeta(r, pr, w, dw, pw, rw, vclock)); return null; } }; retrier.attempt(command);