com.basho.riak.client.api.commands.kv.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riak-client Show documentation
Show all versions of riak-client Show documentation
HttpClient-based client for Riak
The newest version!
/**
* Commands for storing, fetching, and deleting objects.
* Fetching, storing and deleting objects.
*
* - {@link com.basho.riak.client.api.commands.kv.FetchValue}
* - {@link com.basho.riak.client.api.commands.kv.MultiFetch}
* - {@link com.basho.riak.client.api.commands.kv.StoreValue}
* - {@link com.basho.riak.client.api.commands.kv.UpdateValue}
* - {@link com.basho.riak.client.api.commands.kv.DeleteValue}
*
* Listing Keys in a namespace.
* - {@link com.basho.riak.client.api.commands.kv.ListKeys}
* */
package com.basho.riak.client.api.commands.kv;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy