com.basho.riak.client.raw.query.indexes
Interface RangeQuery<T>

All Superinterfaces:
IndexQuery
All Known Implementing Classes:
AbstractRangeQuery, BinRangeQuery, IntRangeQuery

public interface RangeQuery<T>
extends IndexQuery

Marker interface for a 2i range query

Author:
russell

Method Summary
 T from()
           
 T to()
           
 
Methods inherited from interface com.basho.riak.client.raw.query.indexes.IndexQuery
getBucket, getIndex, write
 

Method Detail

from

T from()
Returns:
the starting value in the range

to

T to()
Returns:
the end value in the range


Copyright © 2012. All Rights Reserved.