Package | Description |
---|---|
com.basho.riak.client.api.commands.buckets |
Commands used to query and modify buckets in Riak.
|
com.basho.riak.client.api.commands.datatypes |
Commands for manipulating CRDTs in Riak.
|
com.basho.riak.client.api.commands.indexes |
Commands for performing secondary index (2i) queries in Riak.
|
com.basho.riak.client.api.commands.kv |
Commands for storing, fetching, and deleting objects.
|
com.basho.riak.client.api.commands.mapreduce |
Commands for Map-Reduce in Riak.
|
com.basho.riak.client.api.convert | |
com.basho.riak.client.core.operations | |
com.basho.riak.client.core.query |
Modifier and Type | Method and Description |
---|---|
protected RiakFuture<Void,Namespace> |
StoreBucketProperties.executeAsync(RiakCluster cluster) |
protected RiakFuture<FetchBucketPropsOperation.Response,Namespace> |
FetchBucketProperties.executeAsync(RiakCluster cluster) |
Iterator<Namespace> |
ListBuckets.Response.iterator() |
Constructor and Description |
---|
FetchBucketProperties.Builder(Namespace namespace)
Construct a Builder for a FetchBucketProperties command.
|
StoreBucketProperties.Builder(Namespace namespace) |
Modifier and Type | Field and Description |
---|---|
protected Namespace |
UpdateDatatype.namespace |
Constructor and Description |
---|
UpdateCounter.Builder(Namespace namespace,
CounterUpdate update)
Constructs a builder for an UpdateCounter command with only a Namespace.
|
UpdateMap.Builder(Namespace namespace,
MapUpdate update)
Constructs a builder for an UpdateMap command with only a Namespace.
|
UpdateSet.Builder(Namespace namespace,
SetUpdate update)
Constructs a builder for an UpdateSet command with only a Namespace.
|
Modifier and Type | Field and Description |
---|---|
protected Namespace |
SecondaryIndexQuery.namespace |
Modifier and Type | Method and Description |
---|---|
Namespace |
SecondaryIndexQuery.getNamespace()
Get the location for this query.
|
Constructor and Description |
---|
BigIntIndexQuery.Builder(Namespace namespace,
String indexName,
BigInteger match)
Construct a Builder for a BigIntIndexQuery with a single 2i key.
|
BigIntIndexQuery.Builder(Namespace namespace,
String indexName,
BigInteger start,
BigInteger end)
Construct a Builder for a BigIntIndexQuery with a range.
|
BigIntIndexQuery.Init(Namespace namespace,
String indexName,
S match) |
BigIntIndexQuery.Init(Namespace namespace,
String indexName,
S start,
S end) |
BigIntIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BigInteger> converter) |
BinIndexQuery.Builder(Namespace namespace,
String indexName,
String match)
Construct a Builder for a BinIndexQuery with a single 2i key.
|
BinIndexQuery.Builder(Namespace namespace,
String indexName,
String start,
String end)
Construct a Builder for a BinIndexQuery with a range.
|
BinIndexQuery.Init(Namespace namespace,
String indexName,
S match) |
BinIndexQuery.Init(Namespace namespace,
String indexName,
S start,
S end) |
BinIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<String> converter) |
IntIndexQuery.Builder(Namespace namespace,
String indexName,
Long match)
Construct a Builder for a IntIndexQuery with a single 2i key.
|
IntIndexQuery.Builder(Namespace namespace,
String indexName,
Long start,
Long end)
Construct a Builder for a IntIndexQuery with a range.
|
IntIndexQuery.Init(Namespace namespace,
String indexName,
S match) |
IntIndexQuery.Init(Namespace namespace,
String indexName,
S start,
S end) |
IntIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<Long> converter) |
RawIndexQuery.Builder(Namespace namespace,
String indexName,
SecondaryIndexQuery.Type type,
BinaryValue match)
Construct a Builder for a RawIndexQuery with a single 2i key.
|
RawIndexQuery.Builder(Namespace namespace,
String indexName,
SecondaryIndexQuery.Type type,
BinaryValue start,
BinaryValue end)
Construct a Builder for a RawIndexQuery with a range.
|
RawIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter) |
SecondaryIndexQuery.Init(Namespace namespace,
String indexName,
S match)
Build a match query.
|
SecondaryIndexQuery.Init(Namespace namespace,
String indexName,
S start,
S end)
Build a range query.
|
SecondaryIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<T> converter) |
Modifier and Type | Method and Description |
---|---|
protected RiakFuture<ListKeys.Response,Namespace> |
ListKeys.executeAsync(RiakCluster cluster) |
Modifier and Type | Method and Description |
---|---|
StoreValue.Builder |
StoreValue.Builder.withNamespace(Namespace namespace)
Set the namespace to store the object.
|
Constructor and Description |
---|
ListKeys.Builder(Namespace namespace)
Constructs a Builder for a ListKeys command.
|
ListKeys.Response(Namespace namespace,
List<BinaryValue> keys) |
Modifier and Type | Method and Description |
---|---|
Namespace |
IndexInput.getNamespace() |
Namespace |
BucketInput.getNamespace() |
Modifier and Type | Method and Description |
---|---|
IndexMapReduce.Builder |
IndexMapReduce.Builder.withNamespace(Namespace namespace) |
BucketMapReduce.Builder |
BucketMapReduce.Builder.withNamespace(Namespace namespace) |
Constructor and Description |
---|
BucketInput(Namespace namespace,
Collection<KeyFilter> filters) |
IndexInput(Namespace namespace,
String index,
com.basho.riak.client.api.commands.mapreduce.IndexInput.IndexCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
Namespace |
Converter.OrmExtracted.getNamespace() |
Modifier and Type | Method and Description |
---|---|
Converter.OrmExtracted |
PassThroughConverter.fromDomain(RiakObject domainObject,
Namespace namespace,
BinaryValue key) |
Converter.OrmExtracted |
StringConverter.fromDomain(String domainObject,
Namespace namespace,
BinaryValue key) |
Converter.OrmExtracted |
Converter.fromDomain(T domainObject,
Namespace namespace,
BinaryValue key)
Convert from a domain object to a RiakObject.
|
Constructor and Description |
---|
Converter.OrmExtracted(RiakObject riakObject,
Namespace namespace,
BinaryValue key) |
Modifier and Type | Method and Description |
---|---|
Namespace |
SecondaryIndexQueryOperation.Query.getNamespace()
Return the location for the Query.
|
Namespace |
StoreBucketPropsOperation.getQueryInfo() |
Namespace |
ResetBucketPropsOperation.getQueryInfo() |
Namespace |
ListKeysOperation.getQueryInfo() |
Namespace |
FetchBucketPropsOperation.getQueryInfo() |
Constructor and Description |
---|
DtUpdateOperation.Builder(Namespace namespace) |
FetchBucketPropsOperation.Builder(Namespace namespace)
Construct a builder for a FetchBucketPropsOperation.
|
ListKeysOperation.Builder(Namespace namespace)
Construct a builder for a ListKeysOperaiton.
|
ResetBucketPropsOperation.Builder(Namespace namespace)
Construct a builder for a ResetBucketPropsOperation.
|
SecondaryIndexQueryOperation.Query.Builder(Namespace namespace,
BinaryValue indexName)
Constructs a builder for a (2i) Query.
|
StoreBucketPropsOperation.Builder(Namespace namespace)
Constructs a builder for a StoreBucketPropsOperation.
|
StoreOperation.Builder(Namespace namespace)
Constructs a builder for a StoreOperation.
|
Modifier and Type | Method and Description |
---|---|
Namespace |
Location.getNamespace()
Return the Namespace for this location.
|
Constructor and Description |
---|
Location(Namespace namespace,
BinaryValue key)
Construct a new Location with the provided Namespace and key.
|
Location(Namespace namespace,
String key)
Construct a new Location with the provided namespace and key.
|
Location(Namespace namespace,
String key,
Charset charset)
Construct a new Location with the provided Namespace and key.
|
Copyright © 2014. All rights reserved.