Package | Description |
---|---|
com.basho.riak.client.bucket |
A bucket is a namespace abstraction provided by Riak, the API uses
Bucket as the primary way to interact
with data stored in Riak. |
com.basho.riak.client.query.indexes |
Modifier and Type | Method and Description |
---|---|
<T> FetchIndex<T> |
DefaultBucket.fetchIndex(RiakIndex<T> index) |
<T> FetchIndex<T> |
Bucket.fetchIndex(RiakIndex<T> index)
Creates a
FetchIndex operation for the given index name and type |
Modifier and Type | Class and Description |
---|---|
class |
BinIndex |
class |
BucketIndex
Special BinIndex with no suffix, name $bucket, that provides range access to
keys in a bucket.
|
class |
IntIndex |
class |
KeyIndex
Special BinIndex with no suffix, name $key, that provides raneg access to
keys in an index.
|
Modifier and Type | Field and Description |
---|---|
protected RiakIndex<T> |
FetchIndex.index |
Constructor and Description |
---|
FetchIndex(RawClient client,
String bucket,
RiakIndex<T> index,
Retrier retrier) |
Copyright © 2014. All Rights Reserved.