com.basho.riak.client.raw.query.indexes
Class BinRangeQuery
java.lang.Object
com.basho.riak.client.raw.query.indexes.AbstractIndexQuery
com.basho.riak.client.raw.query.indexes.AbstractRangeQuery<String>
com.basho.riak.client.raw.query.indexes.BinRangeQuery
- All Implemented Interfaces:
- IndexQuery, RangeQuery<String>
public final class BinRangeQuery
- extends AbstractRangeQuery<String>
Concrete range, index query for _bin type indexes
- Author:
- russell
Method Summary |
void |
write(IndexWriter writer)
Write the index query to the given writer |
BinRangeQuery
public BinRangeQuery(BinIndex index,
String bucket,
String from,
String to)
- Create a bew
BinRangeQuery
- Parameters:
index
- the indexbucket
- the bucket to queryfrom
- the start value in the rangeto
- the end value in the range
write
public void write(IndexWriter writer)
throws IOException
- Description copied from interface:
IndexQuery
- Write the index query to the given writer
- Parameters:
writer
- an IndexWriter
- Throws:
IOException
Copyright © 2012. All Rights Reserved.