Name | Description | Type | Package | Framework |
AnnotationCache | | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
AnnotationHelper | Singleton that wraps a cache of Class -> AnnotatioInfo and provides convenience methods for getting and setting Riak annotated field values | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
AnnotationInfo | | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
AnnotationScanner | A Callable that loops over a classes fields and pulls out the fields for RiakUsermeta and RiakKey | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
AnnotationUtil | Static utility methods used to get/set annotated fields/methods. | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
BasicVClock | Encapsulates a Riak vector clock. | Class | com.basho.riak.client.api.cap | Riak |
|
BetweenFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
BigIntIndex | | Class | com.basho.riak.client.core.query.indexes | Riak |
|
BigIntIndexQuery | Performs a 2i query where the 2i index keys are numeric. | Class | com.basho.riak.client.api.commands.indexes | Riak |
|
BinaryValue | Lightweight utility class for byte arrays. | Class | com.basho.riak.client.core.util | Riak |
|
BinIndexQuery | Performs a 2i query where the 2i index keys are strings. | Class | com.basho.riak.client.api.commands.indexes | Riak |
|
BucketInput | MapReduce Input that provides a whole bucket's contents as input for the MapReduce job. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
BucketInputSerializer | Serializes a BucketInput to a Riak MapReduce JSON format. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
BucketKeyInput | MapReduce Input that provides a specific set of Locations for a MapReduce job. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
BucketKeyInputSerializer | Serializes a BucketKeyInput to a Riak MapReduce JSON format. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
BucketKeyMapReduce | Command used to perform a map reduce operation over a specific set of keys in a bucket. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
BucketMapReduce | Command used to perform a Map Reduce operation over a bucket in Riak. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
BucketProperties | Bucket properties used for buckets and bucket types. | Class | com.basho.riak.client.core.query | Riak |
|
BucketPropertiesConverter | | Class | com.basho.riak.client.core.converters | Riak |
|
Cell | Holds a piece of data for a Time Series @{link Row}. | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
CharsetUtils | Utils for dealing with byte, String charset This code is mainly from the Trifork fork of the original HTTP client and was written by | Class | com.basho.riak.client.core.util | Riak |
|
ClassUtil | Reflection/class utilities. | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
CollectionConverters | | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
ColumnDescription | A minimal metadata description of a column in Riak Time Series. | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
ConflictResolver | Interface used to resolve siblings. | Interface | com.basho.riak.client.api.cap | Riak |
|
ConflictResolverFactory | enum ConflictResolverFactorySimple factory for ConflictResolver objects. | Class | com.basho.riak.client.api.cap | Riak |
|
ConnectionFailedException | | Class | com.basho.riak.client.core | Riak |
|
Constants | | Interface | com.basho.riak.client.core.util | Riak |
|
Context | Encapsulates a context returned from a datatype fetch command. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
ConversionException | Wraps any exception thrown while converting to/from RiakObject and your domain types. | Class | com.basho.riak.client.api.convert | Riak |
|
Converter | The Converter acts as a bridge between the core and the user level API, specifically Subclasses will override the fromDomain(java. | Class | com.basho.riak.client.api.convert | Riak |
|
ConverterFactory | enum ConverterFactoryHolds instances of converters to be used for serialization / deserialization | Class | com.basho.riak.client.api.convert | Riak |
|
ConvertibleIterable | | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
ConvertibleIterator | | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
CoreFutureAdapter | | Class | com.basho.riak.client.api.commands | Riak |
|
CounterOp | | Class | com.basho.riak.client.core.query.crdt.ops | Riak |
|
CounterUpdate | An update to a Riak counter datatype. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
CrdtOp | | Interface | com.basho.riak.client.core.query.crdt.ops | Riak |
|
CrdtResponseConverter | | Class | com.basho.riak.client.core.converters | Riak |
|
DatatypeUpdate | An object that represents an update to a Riak datatype. | Interface | com.basho.riak.client.api.commands.datatypes | Riak |
|
DefaultCharset | Holds an classloader-wide default charset, that is then used to encode/decode between Strings and | Class | com.basho.riak.client.core.util | Riak |
|
DefaultNodeManager | The default NodeManager used by RiakCluster if none is This NodeManager round-robins through a list of RiakNodes and attempts | Class | com.basho.riak.client.core | Riak |
|
DefaultResolver | A conflict resolver that doesn't resolve conflict. | Class | com.basho.riak.client.api.cap | Riak |
|
Delete | Time Series Delete Command Allows you to delete a single time series row by its key values. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
|
DeleteIndex | Command used to delete a search index in Riak. | Class | com.basho.riak.client.api.commands.search | Riak |
|
DeleteOperation | An operation to delete a riak objectSince:2. | Class | com.basho.riak.client.core.operations | Riak |
|
DeleteOperation | An operation to delete a row in a Riak Time Series table. | Class | com.basho.riak.client.core.operations.ts | Riak |
|
DeleteValue | Command used to delete a value from Riak. | Class | com.basho.riak.client.api.commands.kv | Riak |
|
DescribeTable | Time Series DescribeTable Command Allows you to fetch a table definition from Riak Time Series. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
|
DescribeTableOperation | An operation to query a table definition from Riak Time Series. | Class | com.basho.riak.client.core.operations.ts | Riak |
|
DtFetchOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
DtUpdateOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
EndsWithFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
EqualToFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
Fetch | Time Series Fetch Command Allows you to fetch a single time series row by its key values. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
|
FetchBucketProperties | Command used to fetch the properties of a bucket in Riak. | Class | com.basho.riak.client.api.commands.buckets | Riak |
|
FetchBucketPropsOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
FetchCounter | Command used to fetch a counter datatype from Riak. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
FetchDatatype | Base abstract class for all CRDT fetch commands. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
FetchIndex | Command used to fetch a search index from Riak. | Class | com.basho.riak.client.api.commands.search | Riak |
|
FetchMap | Command used to fetch a counter datatype from Riak. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
FetchOperation | An operation used to fetch an object from Riak. | Class | com.basho.riak.client.core.operations | Riak |
|
FetchOperation | An operation to fetch a single row in a Riak Time Series table. | Class | com.basho.riak.client.core.operations.ts | Riak |
|
FetchSchema | Command used to fetch a search schema from Riak. | Class | com.basho.riak.client.api.commands.search | Riak |
|
FetchSet | Command used to fetch a set datatype from Riak. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
FetchValue | Command used to fetch a value from Riak. | Class | com.basho.riak.client.api.commands.kv | Riak |
|
FlagOp | | Class | com.basho.riak.client.core.query.crdt.ops | Riak |
|
FlagUpdate | An update to a Riak flag datatype. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
FlatteningIterable | Created by alex on 12/8/15. | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
FloatToStringFilter | Transforms the input key from a float to a string. | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
FullColumnDescription | Holds a complete definition for a Table Column in Time Series Riak. | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
Function | A Function for use with bucket properties or asMap reduce. | Class | com.basho.riak.client.core.query.functions | Riak |
|
FutureOperation | | Class | com.basho.riak.client.core | Riak |
|
GreaterThanFilter | Filters in keys that are greater than the configured value. | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
GreaterThanOrEqualFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
HealthCheckDecoder | | Class | com.basho.riak.client.core.netty | Riak |
|
HealthCheckFactory | Provides a simple factory method for HealhCheckDecoders. | Interface | com.basho.riak.client.core | Riak |
|
HostAndPort | An immutable representation of a host and port. | Class | com.basho.riak.client.core.util | Riak |
|
IndexInput | MapReduce Input that uses the results of a Secondary Index(2i) query as the input for a MapReduce job. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
IndexInputSerializer | Serializes a IndexInput to a Riak MapReduce JSON format. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
IndexMapReduce | Command used to performs a map reduce operation using a secondary index (2i) as input. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
IndexType | Enum that encapsulates the suffix used to determine and index type in Riak. | Class | com.basho.riak.client.core.query.indexes | Riak |
|
IntIndexQuery | Performs a 2i query where the 2i index keys are numeric. | Class | com.basho.riak.client.api.commands.indexes | Riak |
|
IntToStringFilter | Transforms a key from an int to a string. | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
JSONConverter | The default Converter used when storing and fetching domain objects from Riak. | Class | com.basho.riak.client.api.convert | Riak |
|
KeyFilter | Top level interface for Key Filters. | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
KeyTransformFilter | | Interface | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
LessThanFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
LessThanOrEqualFilter | Filter in keys that =< than the configured value. | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
ListBuckets | Command used to list the buckets contained in a bucket type. | Class | com.basho.riak.client.api.commands.buckets | Riak |
|
ListBucketsOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
ListenableFuture | The base class for RiakFutures returned to users. | Class | com.basho.riak.client.api.commands | Riak |
|
ListKeys | Command used to list the keys in a bucket. | Class | com.basho.riak.client.api.commands.kv | Riak |
|
ListKeys | Time Series List Keys Command Allows you to List the Primary Keys in a Time Series Table. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
|
ListKeysOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
ListKeysOperation | | Class | com.basho.riak.client.core.operations.ts | Riak |
|
Location | Encapsulates a key and Namespace. | Class | com.basho.riak.client.core.query | Riak |
|
LogicalAndFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
LogicalFilter | Shared code for the set of "logical" filters. | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
LogicalNotFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
LogicalOrFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
LongIntIndex | RiakIndex implementation used to access a Riak _int Secondary Index using Long values. | Class | com.basho.riak.client.core.query.indexes | Riak |
|
MapOp | | Class | com.basho.riak.client.core.query.crdt.ops | Riak |
|
MapReduce | Base abstract class for all MapReduce commands. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
MapReduceInput | | Interface | com.basho.riak.client.api.commands.mapreduce | Riak |
|
MapReduceOperation | A Map/Reduce Operation on Riak. | Class | com.basho.riak.client.core.operations | Riak |
|
MapReducePhase | Shared common interface for Map/Reduce phase definitions. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
MapUpdate | An update to a Riak map datatype. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
MatchFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
MultiFetch | Command used to fetch multiple values from Riak. | Class | com.basho.riak.client.api.commands.kv | Riak |
|
Namespace | Encapsulates a Riak bucket type and bucket name. | Class | com.basho.riak.client.core.query | Riak |
|
NodeManager | | Interface | com.basho.riak.client.core | Riak |
|
NodeStateListener | | Interface | com.basho.riak.client.core | Riak |
|
NoNodesAvailableException | | Class | com.basho.riak.client.core | Riak |
|
NotEqualToFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
OperationRetrier | | Interface | com.basho.riak.client.core | Riak |
|
Operations | | Class | com.basho.riak.client.core.operations | Riak |
|
PassThroughConverter | For working with RiakObject rather than domain types. | Class | com.basho.riak.client.api.convert | Riak |
|
PBFutureOperation | An abstract PB operation that introduces generic encoding/decodingSince:2. | Class | com.basho.riak.client.core.operations | Riak |
|
PbResultFactory | | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
PingHealthCheck | HealthCheck that sends a Ping operation to Riak. | Class | com.basho.riak.client.core.netty | Riak |
|
PingOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
Query | Time Series Query Command Allows you to query a Time Series table, with the given query string. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
|
QueryOperation | An operation to query data from a Riak Time Series table. | Class | com.basho.riak.client.core.operations.ts | Riak |
|
QueryResult | Holds a result set from a query, keylist, or fetch command. | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
Quorum | Encapsulates a r/w/dw/rw/pr/pw quorum. | Class | com.basho.riak.client.api.cap | Riak |
|
RawIndex | RiakIndex implementation used to access a Riak _int or _bin Secondary Index using BinaryValue (byte[]) values. | Class | com.basho.riak.client.core.query.indexes | Riak |
|
RawIndexQuery | Performs a 2i query where the 2i index keys are raw bytes. | Class | com.basho.riak.client.api.commands.indexes | Riak |
|
RegisterOp | | Class | com.basho.riak.client.core.query.crdt.ops | Riak |
|
RegisterUpdate | An update to a Riak register datatype. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
ResetBucketProperties | Command used to reset the properties of a bucket in Riak. | Class | com.basho.riak.client.api.commands.buckets | Riak |
|
ResetBucketPropsOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
RiakBeanSerializerModifier | BeanSerializerModifier that drops RiakKey and RiakUsermeta annotated fields from the the set of fields that Jackson | Class | com.basho.riak.client.api.convert | Riak |
|
RiakBucketName | Annotates a field or getter/setter method pair in a class to serve as the bucket name. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakBucketType | Annotates a field or getter/setter method pair in a class to server as the bucket type. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakChannelInitializer | | Class | com.basho.riak.client.core.netty | Riak |
|
RiakClient | The client used to perform operations on Riak. | Class | com.basho.riak.client.api | Riak |
|
RiakCluster | A modeled Riak Cluster. | Class | com.basho.riak.client.core | Riak |
|
RiakCommand | The base class for all Riak Commands. | Class | com.basho.riak.client.api | Riak |
|
RiakContentType | Annotates a field or getter/setter method pair in a class to serve as the content-type. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakCounter | Representation of the Riak counter datatype. | Class | com.basho.riak.client.core.query.crdt.types | Riak |
|
RiakDatatype | Base abstract class for all datatypes. | Class | com.basho.riak.client.core.query.crdt.types | Riak |
|
RiakException | | Class | com.basho.riak.client.api | Riak |
|
RiakFlag | Representation of the Riak flag datatype. | Class | com.basho.riak.client.core.query.crdt.types | Riak |
|
RiakFuture | The result of an asynchronous Riak operation. | Interface | com.basho.riak.client.core | Riak |
|
RiakFutureListener | | Interface | com.basho.riak.client.core | Riak |
|
RiakIndex | Annotates a field or getter/setter method pair in a class to serve as a RiakIndex. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakIndex | Abstract base class for modeling a Riak Secondary Index (2i). | Class | com.basho.riak.client.core.query.indexes | Riak |
|
RiakIndexes | Container used to instantiate and Manage RiakIndex objects to be used with a RiakObject. | Class | com.basho.riak.client.core.query.indexes | Riak |
|
RiakIndexField | | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
RiakIndexMethod | | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
RiakJacksonModule | A Jackson module that customizes Jackson's object mapper so we can handle Riak annotations like @RiakKey, | Class | com.basho.riak.client.api.convert | Riak |
|
RiakKey | Annotates a field or getter/setter method pair in a class to serve as the key. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakLastModified | Annotates a field or setter method in a class to store last modified. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakLink | Models a link from one object to another in Riak. | Class | com.basho.riak.client.core.query.links | Riak |
|
RiakLinks | Annotates a field or getter/setter method pair in a class to serve as a set of links. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakLinks | A thread safe container for RiakLink objects. | Class | com.basho.riak.client.core.query.links | Riak |
|
RiakMap | Representation of the Riak map datatype. | Class | com.basho.riak.client.core.query.crdt.types | Riak |
|
RiakMessage | Encapsulates the raw bytes sent to or received from Riak. | Class | com.basho.riak.client.core | Riak |
|
RiakMessageCodec | | Class | com.basho.riak.client.core.netty | Riak |
|
RiakNode | | Class | com.basho.riak.client.core | Riak |
|
RiakObject | Represents the data and metadata stored in Riak While the client APIs provide methods to store/retrieve data to/from Riak using your own | Class | com.basho.riak.client.core.query | Riak |
|
RiakObjectConverter | Utility class for converting to/from RiakKvPB. | Class | com.basho.riak.client.core.converters | Riak |
|
RiakOperationEncoder | | Class | com.basho.riak.client.core.netty | Riak |
|
RiakOption | | Class | com.basho.riak.client.api.commands | Riak |
|
RiakRegister | Representation of the Riak register datatype. | Class | com.basho.riak.client.core.query.crdt.types | Riak |
|
RiakResponseConverter | | Interface | com.basho.riak.client.core.converters | Riak |
|
RiakResponseException | | Class | com.basho.riak.client.core.netty | Riak |
|
RiakResponseHandler | | Class | com.basho.riak.client.core.netty | Riak |
|
RiakResponseListener | | Interface | com.basho.riak.client.core | Riak |
|
RiakSecurityDecoder | | Class | com.basho.riak.client.core.netty | Riak |
|
RiakSet | Representation of the Riak set datatype. | Class | com.basho.riak.client.core.query.crdt.types | Riak |
|
RiakTombstone | Annotates a field or getter/setter method pair in a class to serve as the tombstone indicator. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakUsermeta | Annotates a field or getter/setter method pair in a class to serve as containing user meta data for a Riak If you set the key value (to anything other than the empty string) then you | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakUserMetadata | A threadsafe container for user metadata. | Class | com.basho.riak.client.core.query.UserMetadata | Riak |
|
RiakVClock | Annotates a field or getter/setter method pair in a class to serve as the vector clock. | Class | com.basho.riak.client.api.annotations | Riak |
|
RiakVTag | Annotates a field or setter method in a class to store the VTag. | Class | com.basho.riak.client.api.annotations | Riak |
|
Row | Holds a collection of Cells, grouped by a primary key in Riak. | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
Search | Command used to perform a search in Riak. | Class | com.basho.riak.client.api.commands.search | Riak |
|
SearchInput | MapReduce Input that provides the results of a Search query as the input for a MapReduce job. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
SearchInputSerializer | Serializes a SearchInput to a Riak MapReduce JSON format. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
SearchMapReduce | Command used to perform a map reduce operation with a search query as input. | Class | com.basho.riak.client.api.commands.mapreduce | Riak |
|
SearchOperation | A Riak Search or Yokozuna query operation. | Class | com.basho.riak.client.core.operations | Riak |
|
SecondaryIndexQuery | A Secondary Index Query. | Class | com.basho.riak.client.api.commands.indexes | Riak |
|
SecondaryIndexQueryOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
SetMemberFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
SetOp | | Class | com.basho.riak.client.core.query.crdt.ops | Riak |
|
SetUpdate | An update to a Riak set datatype. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
SimilarToFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
StartsWithFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
Store | Time Series Store Command Allows you to store data into a Time Series table. | Class | com.basho.riak.client.api.commands.timeseries | Riak |
|
StoreBucketProperties | Command used to store (modify) the properties of a bucket in Riak. | Class | com.basho.riak.client.api.commands.buckets | Riak |
|
StoreBucketPropsOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
StoreIndex | Command used to store a search index in Riak. | Class | com.basho.riak.client.api.commands.search | Riak |
|
StoreOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
StoreOperation | An operation to store rows to a Riak Time Series table. | Class | com.basho.riak.client.core.operations.ts | Riak |
|
StoreSchema | Command used to store a search schema in Riak. | Class | com.basho.riak.client.api.commands.search | Riak |
|
StoreValue | Command used to store a value in Riak. | Class | com.basho.riak.client.api.commands.kv | Riak |
|
StoreValueHealthCheck | A health check that attempts to store a value in Riak. | Class | com.basho.riak.client.core.netty | Riak |
|
StringBinIndex | RiakIndex implementation used to access a Riak _bin Secondary Index using String values. | Class | com.basho.riak.client.core.query.indexes | Riak |
|
StringConverter | Converter that passes Strings through unmodified. | Class | com.basho.riak.client.api.convert | Riak |
|
StringToFloatFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
StringToIntFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
TableDefinition | Holds a definition for a Table in Time Series Riak. | Class | com.basho.riak.client.core.query.timeseries | Riak |
|
TokenizeFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
ToLowerFilter | Transform filter that lower cases the key. | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
ToUpperFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
UnresolvedConflictException | Holds the Collection of siblings so they can be presented for further resolution attempts. | Class | com.basho.riak.client.api.cap | Riak |
|
UpdateCounter | Command used to update or create a counter datatype in Riak. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
UpdateDatatype | Base abstract class used for all datatype updates. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
UpdateMap | Command used to update or create a map datatype in Riak. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
UpdateSet | Command used to update or create a set datatype in Riak. | Class | com.basho.riak.client.api.commands.datatypes | Riak |
|
UpdateValue | Perform an full cycle update of a Riak value: fetch, resolve, modify, store. | Class | com.basho.riak.client.api.commands.kv | Riak |
|
UrlDecodeFilter | | Class | com.basho.riak.client.api.commands.mapreduce.filters | Riak |
|
UsermetaField | Convenience wrapper for a String field that is annotated withAuthor:Russell Brown , Brian Roach | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
UsermetaMethod | | Class | com.basho.riak.client.api.convert.reflection | Riak |
|
VClock | Access the opaque Riak vector clock as either a String or array of bytes. | Interface | com.basho.riak.client.api.cap | Riak |
|
YokozunaIndex | Represents a Yokozuna Index. | Class | com.basho.riak.client.core.query.search | Riak |
|
YokozunaSchema | | Class | com.basho.riak.client.core.query.search | Riak |
|
YzDeleteIndexOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
YzFetchIndexOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
YzGetSchemaOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
YzPutIndexOperation | | Class | com.basho.riak.client.core.operations | Riak |
|
YzPutSchemaOperation | | Class | com.basho.riak.client.core.operations | Riak |