IRiakAsyncClient Methods |
The IRiakAsyncClient type exposes the following members.
Name | Description | |
---|---|---|
Batch(ActionIRiakBatchClient) |
Used to create a batched set of actions to be sent to a Riak cluster.
| |
BatchT(FuncIRiakBatchClient, T) |
Used to create a batched set of actions to be sent to a Riak cluster.
| |
Delete(RiakObject, RiakDeleteOptions) |
Delete the data identified by the riakObject | |
Delete(RiakObjectId, RiakDeleteOptions) |
Delete the object identified by the objectId.
| |
Delete(IEnumerableRiakObjectId, RiakDeleteOptions) |
Delete multiple objects identified by a IEnumerableT of RiakObjectId.
| |
Delete(String, String, RiakDeleteOptions) |
Delete the object identified by key from a bucket.
| |
Execute |
Used to execute a command against a Riak cluster.
| |
Get(RiakObjectId, RiakGetOptions) |
Retrieve the specified object from Riak.
| |
Get(IEnumerableRiakObjectId, RiakGetOptions) |
Retrieve multiple objects from Riak.
| |
Get(String, String, RiakGetOptions) |
Get the specified key from the bucket.
Optionally can be read from rVal instances. By default, the server's
r-value will be used, but can be overridden by rVal.
| |
GetBucketProperties |
Returns all properties for a bucket.
| |
GetCounter |
Returns the value of a counter.
| |
GetSecondaryIndex(RiakIndexId, BigInteger, RiakIndexGetOptions) |
Query a secondary index for a specific integer value.
| |
GetSecondaryIndex(RiakIndexId, String, RiakIndexGetOptions) |
Query a secondary index for a specific string value.
| |
GetSecondaryIndex(RiakIndexId, BigInteger, BigInteger, RiakIndexGetOptions) |
Query a secondary index for a range of integer values.
| |
GetSecondaryIndex(RiakIndexId, String, String, RiakIndexGetOptions) |
Query a secondary index for a range of string values.
| |
GetServerInfo | Obsolete.
Get the server information from the connected cluster.
| |
IncrementCounter |
Increments a Riak counter.
| |
ListBuckets |
Lists all buckets in the Default Bucket Type.
| |
ListKeys |
Lists all keys in the specified bucket.
| |
ListKeysFromIndex |
Return a list of keys from the given bucket.
| |
MapReduce |
Execute a map reduce query.
| |
Ping |
Ping this instance of Riak.
| |
Put(RiakObject, RiakPutOptions) |
Persist a RiakObject to Riak using the specific RiakPutOptions.
| |
Put(IEnumerableRiakObject, RiakPutOptions) |
Persist an System.Collections.Generic.IEnumerable{T} of RiakObjects to Riak.
| |
ResetBucketProperties |
Reset the properties on a bucket back to their defaults.
| |
Search |
Perform a Riak Search query.
| |
SetBucketProperties |
Sets the RiakBucketProperties properties of a bucket.
| |
StreamGetSecondaryIndex(RiakIndexId, BigInteger, RiakIndexGetOptions) |
Query a secondary index for a specific integer value, and stream the results back.
| |
StreamGetSecondaryIndex(RiakIndexId, String, RiakIndexGetOptions) |
Query a secondary index for a specific string value, and stream the results back.
| |
StreamGetSecondaryIndex(RiakIndexId, BigInteger, BigInteger, RiakIndexGetOptions) |
Query a secondary index for a range of integer values, and stream the results back.
| |
StreamGetSecondaryIndex(RiakIndexId, String, String, RiakIndexGetOptions) |
Query a secondary index for a range of string values, and stream the results back.
| |
StreamListBuckets |
Lists all buckets available on the Riak cluster. This uses an IEnumerableT
of String to lazy initialize the collection of bucket names.
| |
StreamListKeys |
Performs a streaming list keys operation.
| |
StreamMapReduce |
Perform a map reduce query and stream the results.
| |
WalkLinks | Obsolete.
Retrieve arbitrarily deep list of links for a RiakObject |