RiakIndex Methods |
Name | Description | |
---|---|---|
AllKeys(String) |
Create a Map reduce input phase to retrieve all keys from a bucket
| |
AllKeys(String, String) |
Create a Map reduce input phase to retrieve all keys from a bucket
| |
Keys(String, String, String) |
Retrieve a list of keys between the start and end values
| |
Keys(String, String, String, String) |
Retrieve a list of keys between the start and end values
| |
Match(RiakIndexId, BigInteger) |
Create a mapreduce input from an integer secondary index match query.
| |
Match(RiakIndexId, String) |
Create a mapreduce input from a string secondary index match query.
| |
Match(String, String, BigInteger) | Obsolete.
Create a mapreduce input from an integer secondary index match query.
| |
Match(String, String, String) | Obsolete.
Create a mapreduce input from a string secondary index match query.
| |
Range(RiakIndexId, BigInteger, BigInteger) |
Create a mapreduce input from an integer secondary index range query.
| |
Range(RiakIndexId, String, String) |
Create a mapreduce input from a string secondary index range query.
| |
Range(String, String, BigInteger, BigInteger) | Obsolete.
Create a mapreduce input from an integer secondary index range query.
| |
Range(String, String, String, String) | Obsolete.
Create a mapreduce input from a string secondary index range query.
|