Package | Description |
---|---|
com.basho.riak.client.http |
The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level
IRiakClient |
Modifier and Type | Method and Description |
---|---|
IndexResponse |
RiakClient.index(String bucket,
String indexName,
long value)
Fetch the keys for
index with value |
IndexResponse |
RiakClient.index(String bucket,
String indexName,
long start,
long end)
A range index query matching a int index from
start to
end |
IndexResponse |
RiakClient.index(String bucket,
String indexName,
String value)
Fetch the keys for
index with value |
IndexResponse |
RiakClient.index(String bucket,
String indexName,
String start,
String end)
A range index query matching a binary index from
start to
end |
Copyright © 2014. All Rights Reserved.