Package | Description |
---|---|
com.basho.riak.client.api.commands.mapreduce |
Commands for Map-Reduce in Riak.
|
Modifier and Type | Method and Description |
---|---|
protected IndexMapReduce.Builder |
IndexMapReduce.Builder.self() |
IndexMapReduce.Builder |
IndexMapReduce.Builder.withIndex(String index)
Add the index to query to the builder.
|
IndexMapReduce.Builder |
IndexMapReduce.Builder.withMatchValue(BinaryValue value)
Set the query to a Match query on the builder.
|
IndexMapReduce.Builder |
IndexMapReduce.Builder.withMatchValue(long value)
Set the query to a Match query on the builder.
|
IndexMapReduce.Builder |
IndexMapReduce.Builder.withNamespace(Namespace namespace)
Add the namespace that the index resides in to the builder.
|
IndexMapReduce.Builder |
IndexMapReduce.Builder.withRange(BinaryValue start,
BinaryValue end)
Set the query to a Range query on the builder.
|
IndexMapReduce.Builder |
IndexMapReduce.Builder.withRange(long start,
long end)
Set the query to a Range query on the builder.
|
Constructor and Description |
---|
IndexMapReduce(IndexInput input,
IndexMapReduce.Builder builder) |
Copyright © 2016. All rights reserved.