This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
{ |