com.basho.riak.client.raw.query.indexes
Class BinValueQuery
java.lang.Object
com.basho.riak.client.raw.query.indexes.AbstractIndexQuery
com.basho.riak.client.raw.query.indexes.AbstractValueQuery<String>
com.basho.riak.client.raw.query.indexes.BinValueQuery
- All Implemented Interfaces:
- IndexQuery, ValueQuery<String>
public class BinValueQuery
- extends AbstractValueQuery<String>
Concrete value query for a BinIndex
- Author:
- russell
Method Summary |
void |
write(IndexWriter executor)
Write the index query to the given writer |
BinValueQuery
public BinValueQuery(BinIndex index,
String bucket,
String value)
- Create a query that matches the given value for the given index
- Parameters:
index
- the index to querybucket
- the bucket to queryvalue
- the value to match
write
public void write(IndexWriter executor)
throws IOException
- Description copied from interface:
IndexQuery
- Write the index query to the given writer
- Parameters:
executor
- an IndexWriter
- Throws:
IOException
Copyright © 2012. All Rights Reserved.