public class IndexInput extends Object implements MapReduceInput
Constructor and Description |
---|
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 |
---|---|
com.basho.riak.client.api.commands.mapreduce.IndexInput.IndexCriteria |
getCriteria()
Gets the criteria for the 2i query.
|
String |
getIndex()
Gets the index name of the 2i query.
|
Namespace |
getNamespace()
Gets the namespace of the 2i query.
|
public IndexInput(Namespace namespace, String index, com.basho.riak.client.api.commands.mapreduce.IndexInput.IndexCriteria criteria)
namespace
- the namespace that the index resides inindex
- the secondary index to querycriteria
- the secondary index criteria to search forpublic Namespace getNamespace()
public String getIndex()
public com.basho.riak.client.api.commands.mapreduce.IndexInput.IndexCriteria getCriteria()
Copyright © 2016. All rights reserved.