RiakClient Methods |
The RiakClient 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.
| |
Delete(String, String, String, RiakDeleteOptions) |
Delete the object identified by key from a bucket.
| |
DeleteSearchIndex |
Deletes the specified SearchIndex from Riak.
| |
DtFetchCounter(RiakObjectId, RiakDtFetchOptions) | Obsolete.
Fetch a Counter Data Type object from the provided address.
| |
DtFetchCounter(String, String, String, RiakDtFetchOptions) | Obsolete.
Fetch a Counter Data Type object from the provided address.
| |
DtFetchMap(RiakObjectId, RiakDtFetchOptions) | Obsolete.
Fetch a Map Data Type object at the provided address.
| |
DtFetchMap(String, String, String, RiakDtFetchOptions) | Obsolete.
Fetch a Map Data Type object at the provided address.
| |
DtFetchSet(RiakObjectId, RiakDtFetchOptions) | Obsolete.
Fetch a Set Data Type object at the provided address.
| |
DtFetchSet(String, String, String, RiakDtFetchOptions) | Obsolete.
Fetch a Set Data Type object at the provided address.
| |
DtUpdateCounter(RiakObjectId, Int64, RiakDtUpdateOptions) | Obsolete.
Update a Counter Data Type object at the provided address.
| |
DtUpdateCounter(String, String, String, Int64, RiakDtUpdateOptions) | Obsolete.
Update a Counter Data Type object at the provided address.
| |
DtUpdateMapT(RiakObjectId, SerializeObjectToByteArrayT, Byte, ListRiakDtMapField, ListMapUpdate, RiakDtUpdateOptions) | Obsolete.
Update a Map Data Type object at the provided address.
| |
DtUpdateMapT(String, String, String, SerializeObjectToByteArrayT, Byte, ListRiakDtMapField, ListMapUpdate, RiakDtUpdateOptions) | Obsolete.
Update a Map Data Type object at the provided address.
| |
DtUpdateSetT(RiakObjectId, SerializeObjectToByteArrayT, Byte, ListT, ListT, RiakDtUpdateOptions) | Obsolete.
Update a Set Data Type object at the provided address.
| |
DtUpdateSetT(String, String, String, SerializeObjectToByteArrayT, Byte, ListT, ListT, RiakDtUpdateOptions) | Obsolete.
Update a Set Data Type object at the provided address.
| |
Equals | (Inherited from Object.) | |
Execute | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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.
| |
Get(String, String, String, RiakGetOptions) |
Retrieve the specified object from Riak.
| |
GetBucketProperties(String) |
Returns all properties for a bucket.
| |
GetBucketProperties(String, String) |
Returns all properties for a bucket.
| |
GetCounter |
Returns the value of a counter.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSearchIndex |
Fetches the specified search index from Riak.
| |
GetSearchSchema |
Fetches the specified SearchSchema from Riak.
| |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IncrementCounter |
Increments a Riak counter.
| |
ListBuckets |
Lists all buckets in the Default Bucket Type.
| |
ListBuckets(String) |
Lists all buckets in the specified Bucket Type.
| |
ListKeys(String) |
Lists all keys in the specified bucket.
| |
ListKeys(String, String) |
Lists all keys in the specified bucket.
| |
ListKeysFromIndex(String) |
Return a list of keys from the given bucket.
| |
ListKeysFromIndex(String, String) |
Return a list of keys from the given bucket.
| |
MapReduce |
Execute a map reduce query.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.
| |
PutSearchIndex |
Saves the specified SearchIndex to Riak.
| |
PutSearchSchema |
Stores the provided SearchSchema in Riak.
| |
ResetBucketProperties(String) |
Reset the properties on a bucket back to their defaults.
| |
ResetBucketProperties(String, String) |
Reset the properties on a bucket back to their defaults.
| |
Search |
Perform a Riak Search query.
| |
SetBucketProperties(String, RiakBucketProperties) |
Sets the RiakBucketProperties properties of a bucket.
| |
SetBucketProperties(String, String, RiakBucketProperties) |
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(String) |
Performs a streaming list keys operation.
| |
StreamListKeys(String, String) |
Performs a streaming list keys operation.
| |
StreamMapReduce |
Perform a map reduce query and stream the results.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WalkLinks | Obsolete.
Retrieve arbitrarily deep list of links for a RiakObject |