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

Packages that use com.basho.riak.client.raw.query.indexes
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.query Classes and interfaces for running map/reduce and link walk operations on Riak. 
com.basho.riak.client.raw The raw interfaces/classes exist to provide unified access to any underlying transport clients for Riak 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
com.basho.riak.client.raw.pbc Classes for adapting the pbc.RiakClient to the RawClient interface 
com.basho.riak.client.raw.query.indexes Inputs to the RawClients for secondary index querying. 
 

Classes in com.basho.riak.client.raw.query.indexes used by com.basho.riak.client
IndexQuery
          Base marker interface for 2i queries
 

Classes in com.basho.riak.client.raw.query.indexes used by com.basho.riak.client.query
IndexQuery
          Base marker interface for 2i queries
 

Classes in com.basho.riak.client.raw.query.indexes used by com.basho.riak.client.raw
IndexQuery
          Base marker interface for 2i queries
 

Classes in com.basho.riak.client.raw.query.indexes used by com.basho.riak.client.raw.http
IndexQuery
          Base marker interface for 2i queries
 

Classes in com.basho.riak.client.raw.query.indexes used by com.basho.riak.client.raw.pbc
IndexQuery
          Base marker interface for 2i queries
 

Classes in com.basho.riak.client.raw.query.indexes used by com.basho.riak.client.raw.query.indexes
AbstractIndexQuery
          Base implementation of common behaviour for an IndexQuery
AbstractRangeQuery
          Base, common, generic RangeQuery implementation
AbstractValueQuery
          Common, base, generic implementation for value match index queries.
IndexQuery
          Base marker interface for 2i queries
IndexWriter
          Provide IndexQuerys with a way to write themselves.
RangeQuery
          Marker interface for a 2i range query
ValueQuery
          Marker interface for a 2i value match query
 



Copyright © 2012. All Rights Reserved.