Skip to content

Instantly share code, notes, and snippets.

@couchtim
couchtim / StoreHandler.java
Created April 2, 2012 15:07 — forked from ingenthr/StoreHandler.java
Sample of exponential backoff on a set with Couchbase Server
package com.couchbase.sample.dataloader;
import com.couchbase.client.CouchbaseClient;
import java.io.IOException;
import java.net.URI;
import java.util.List;
import net.spy.memcached.internal.OperationFuture;
import net.spy.memcached.ops.OperationStatus;
/**