Package com.basho.riak.client.raw.query.indexes

Inputs to the RawClients for secondary index querying.

See:
          Description

Interface Summary
IndexQuery Base marker interface for 2i queries
IndexWriter Provide IndexQuerys with a way to write themselves.
RangeQuery<T> Marker interface for a 2i range query
ValueQuery<T> Marker interface for a 2i value match query
 

Class Summary
AbstractIndexQuery Base implementation of common behaviour for an IndexQuery
AbstractRangeQuery<T> Base, common, generic RangeQuery implementation
AbstractValueQuery<T> Common, base, generic implementation for value match index queries.
BinRangeQuery Concrete range, index query for _bin type indexes
BinValueQuery Concrete value query for a BinIndex
IntRangeQuery Concrete implementation of a range query for an _int index
IntValueQuery Concrete value query for an IntIndex
 

Package com.basho.riak.client.raw.query.indexes Description

Inputs to the RawClients for secondary index querying. Mostly internal classes used by the library.



Copyright © 2012. All Rights Reserved.