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 |
---|---|
Iterator<Namespace> |
ListBuckets.Response.iterator() |
Constructor and Description |
---|
Builder(Namespace namespace) |
Builder(Namespace namespace) |
Builder(Namespace namespace)
Construct a Builder for a FetchBucketProperties command.
|
Modifier and Type | Field and Description |
---|---|
protected Namespace |
UpdateDatatype.namespace |
Constructor and Description |
---|
Builder(Namespace namespace,
CounterUpdate update)
Constructs a builder for an UpdateCounter command with only a Namespace.
|
Builder(Namespace namespace,
HllUpdate update)
Constructs a builder for an UpdateHll command with only a Namespace.
|
Builder(Namespace namespace,
MapUpdate update)
Constructs a builder for an UpdateMap command with only a Namespace.
|
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 |
protected Namespace |
SecondaryIndexQuery.Response.queryLocation |
Modifier and Type | Method and Description |
---|---|
Namespace |
SecondaryIndexQuery.getNamespace()
Get the location for this query.
|
Modifier and Type | Method and Description |
---|---|
protected E |
SecondaryIndexQuery.Response.createEntry(Namespace namespace,
SecondaryIndexQueryOperation.Response.Entry coreEntry,
SecondaryIndexQuery.IndexConverter<T> converter) |
R |
SecondaryIndexQuery.StreamableResponseCreator.createResponse(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<T> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
R |
SecondaryIndexQuery.GatherableResponseCreator.createResponse(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<T> converter) |
Constructor and Description |
---|
Builder(Namespace namespace) |
Builder(Namespace namespace,
BinaryValue start,
BinaryValue end) |
Builder(Namespace namespace,
byte[] coverContext) |
Builder(Namespace namespace,
String indexName,
BigInteger match)
Construct a Builder for a BigIntIndexQuery with a single 2i key.
|
Builder(Namespace namespace,
String indexName,
BigInteger start,
BigInteger end)
Construct a Builder for a BigIntIndexQuery with a range.
|
Builder(Namespace namespace,
String indexName,
byte[] coverContext)
Construct a Builder for a IntIndexQuery with a cover context.
|
Builder(Namespace namespace,
String indexName,
byte[] coverContext)
Construct a Builder for a BinIndexQuery with a cover context.
|
Builder(Namespace namespace,
String indexName,
byte[] coverContext)
Construct a Builder for a BigIntIndexQuery with a cover context.
|
Builder(Namespace namespace,
String indexName,
Long match)
Construct a Builder for a IntIndexQuery with a single 2i key.
|
Builder(Namespace namespace,
String indexName,
Long start,
Long end)
Construct a Builder for a IntIndexQuery with a range.
|
Builder(Namespace namespace,
String indexName,
SecondaryIndexQuery.Type type,
BinaryValue match)
Construct a Builder for a RawIndexQuery with a single 2i key.
|
Builder(Namespace namespace,
String indexName,
SecondaryIndexQuery.Type type,
BinaryValue start,
BinaryValue end)
Construct a Builder for a RawIndexQuery with a range.
|
Builder(Namespace namespace,
String start,
String end) |
Builder(Namespace namespace,
String indexName,
String match)
Construct a Builder for a BinIndexQuery with a single 2i key.
|
Builder(Namespace namespace,
String indexName,
String start,
String end)
Construct a Builder for a BinIndexQuery with a range.
|
Init(Namespace namespace,
String indexName,
byte[] coverageContext)
Build a cover query.
|
Init(Namespace namespace,
String indexName,
byte[] coverContext) |
Init(Namespace namespace,
String indexName,
byte[] coverContext) |
Init(Namespace namespace,
String indexName,
byte[] coverContext) |
Init(Namespace namespace,
String indexName,
S match)
Build a match query.
|
Init(Namespace namespace,
String indexName,
S match) |
Init(Namespace namespace,
String indexName,
S match) |
Init(Namespace namespace,
String indexName,
S match) |
Init(Namespace namespace,
String indexName,
S start,
S end)
Build a range query.
|
Init(Namespace namespace,
String indexName,
S start,
S end) |
Init(Namespace namespace,
String indexName,
S start,
S end) |
Init(Namespace namespace,
String indexName,
S start,
S end) |
Response(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<T> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BigInteger> converter) |
Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter) |
Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<Long> converter) |
Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<String> converter) |
Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<T> converter) |
Modifier and Type | Method and Description |
---|---|
static CoveragePlan.Builder |
CoveragePlan.Builder.create(Namespace ns) |
StoreValue.Builder |
StoreValue.Builder.withNamespace(Namespace namespace)
Set the namespace to store the object.
|
Modifier and Type | Method and Description |
---|---|
protected CoveragePlan.Response |
CoveragePlan.convertResponse(FutureOperation<CoveragePlanOperation.Response,?,Namespace> request,
CoveragePlanOperation.Response coreResponse) |
protected ListKeys.Response |
ListKeys.convertResponse(FutureOperation<ListKeysOperation.Response,?,Namespace> request,
ListKeysOperation.Response coreResponse) |
protected ListKeys.Response |
ListKeys.createResponse(int timeout,
StreamingRiakFuture<ListKeysOperation.Response,Namespace> coreFuture) |
Constructor and Description |
---|
Builder(Namespace namespace)
Constructs a Builder for a ListKeys command.
|
Builder(Namespace namespace)
Construct a Builder for a FullBucketRead with a cover context.
|
Builder(Namespace ns) |
Builder(Namespace namespace,
byte[] coverageContext)
Construct a Builder for a FullBucketRead with a cover context.
|
Response(Namespace namespace,
List<BinaryValue> keys) |
Response(Namespace queryLocation,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter,
int timeout,
StreamingRiakFuture<SecondaryIndexQueryOperation.Response,SecondaryIndexQueryOperation.Query> coreFuture) |
Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<BinaryValue> converter) |
Modifier and Type | Method and Description |
---|---|
Namespace |
IndexInput.getNamespace()
Gets the namespace of the 2i query.
|
Namespace |
BucketInput.getNamespace()
Gets the namespace of the input.
|
Modifier and Type | Method and Description |
---|---|
IndexMapReduce.Builder |
IndexMapReduce.Builder.withNamespace(Namespace namespace)
Add the namespace that the index resides in to the builder.
|
BucketMapReduce.Builder |
BucketMapReduce.Builder.withNamespace(Namespace namespace) |
Constructor and Description |
---|
BucketInput(Namespace namespace,
Collection<KeyFilter> filters)
Creates a BucketInput from the provided namespace, and applicable keyfilters.
|
IndexInput(Namespace namespace,
String index,
com.basho.riak.client.api.commands.mapreduce.IndexInput.IndexCriteria criteria)
Construct an IndexInput using the provided namespace, index name, and 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 |
---|
OrmExtracted(RiakObject riakObject,
Namespace namespace,
BinaryValue key) |
Modifier and Type | Method and Description |
---|---|
Namespace |
SecondaryIndexQueryOperation.Query.getNamespace()
Return the location for the Query.
|
Namespace |
CoveragePlanOperation.AbstractBuilder.getNamespace() |
Namespace |
StoreBucketPropsOperation.getQueryInfo() |
Namespace |
ResetBucketPropsOperation.getQueryInfo() |
Namespace |
ListKeysOperation.getQueryInfo() |
Namespace |
FetchBucketPropsOperation.getQueryInfo() |
Namespace |
CoveragePlanOperation.getQueryInfo() |
Constructor and Description |
---|
AbstractBuilder(Namespace ns) |
Builder(Namespace namespace)
Constructs a builder for a StoreOperation.
|
Builder(Namespace namespace)
Constructs a builder for a StoreBucketPropsOperation.
|
Builder(Namespace namespace)
Construct a builder for a ResetBucketPropsOperation.
|
Builder(Namespace namespace)
Construct a builder for a ListKeysOperaiton.
|
Builder(Namespace namespace)
Construct a builder for a FetchBucketPropsOperation.
|
Builder(Namespace namespace) |
Builder(Namespace namespace,
BinaryValue indexName)
Constructs a builder for a (2i) Query.
|
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 © 2016. All rights reserved.