RiakClient Namespace |
Class | Description | |
---|---|---|
NVal |
Represents the possible values for the NVal Riak operation parameter.
| |
Quorum |
Represents the possible values for Riak operation parameters such as R, W, PR, PW, DW, and RW.
| |
QuorumWellKnown |
A collection of well known static quorum values, pre-initialized for use.
| |
RiakClient |
Provides methods for interacting with a Riak database.
The primary implementation of IRiakClient.
| |
RiakCluster |
Represents a collection of RiakEndPoints.
Allows operations to be performed using an endpoint's connection.
Also supported rudimentary load balancing between multiple nodes.
| |
RiakConstants |
A collection of commonly used Riak string constants.
| |
RiakConstantsCharSets |
Represents some common Character sets.
| |
RiakConstantsContentTypes |
A collection of known content-types.
| |
RiakConstantsDefaults |
Represents some defaults for different Riak Client options.
| |
RiakConstantsDefaultsYokozunaIndex |
Represents some Riak Search 2.0+ (Yokozuna) defaults.
| |
RiakConstantsIndexSuffix |
Represents the Secondary Index name suffixes used to determine the index's type.
| |
RiakConstantsKeyFilterTransforms |
A collection of MapReduce key filter transformation string constants.
See http://docs.basho.com/riak/latest/dev/using/keyfilters/
and http://docs.basho.com/riak/latest/dev/references/keyfilters/ for more information.
| |
RiakConstantsMapReduceLanguage |
Represents the collection of possible MapReduce job languages.
| |
RiakConstantsMapReducePhaseType |
Represents the collection of possible MapReduce job phases.
| |
RiakConstantsRiakEnterprise |
Represents Riak Enterprise Edition-only features.
| |
RiakConstantsSearchFieldKeys |
A collection of string constants for riak search result documents.
These constants represent keys for known fields within the document.
| |
RiakConstantsSystemIndexKeys |
A collection of special secondary index names.
| |
RiakEndPoint |
Represents a connection to a Riak node, and allows operations to be performed with that connection.
Partial abstract implementation of IRiakEndPoint.
| |
RiakResult |
Represents the collection of result information for a Riak operation that has no specific return value.
| |
RiakResultTResult |
Represents the collection of result information for a Riak operation that
returns a TResult-typed value.
| |
RiakString |
Structure | Description | |
---|---|---|
Timeout |
Represents a wall-clock timeout for Riak operations.
|
Interface | Description | |
---|---|---|
IRiakAsyncClient |
An asyncronous interface of IRiakClient.
Wraps all methods with a version of StartNewTResult(FuncTResult).
| |
IRiakBatchClient |
Interface for most Riak client operations.
| |
IRiakClient |
Subinterface of IRiakBatchClient.
Adds properties for the Async client and batch operators.
| |
IRiakEndPoint |
Represents a connection to a Riak node, and allows operations to be performed with that connection.
|
Enumeration | Description | |
---|---|---|
ResultCode |
Riak operation result codes.
| |
RiakConstantsRiakEnterpriseReplicationMode |
Represents the possible stats that Riak Replication could be configured for.
|