Skip to content

Instantly share code, notes, and snippets.

View fridgebuzz's full-sized avatar

Vanessa Williams fridgebuzz

View GitHub Profile
@fridgebuzz
fridgebuzz / RiakKVClient.java
Created February 23, 2016 17:17
Simple Key-Value Java Client for Riak
public class RiakKVClient
{
/**
* Constructor. Use RiakProvider.getStoreClient(name) instead.
* @param name bucket name
* @param client low-level Riak Java client instance
*/
protected RiakKVClient(final String name, final com.basho.riak.client.api.RiakClient client)
{