Uses of Interface
com.basho.riak.client.raw.query.indexes.IndexQuery

Packages that use IndexQuery
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. 
 

Uses of IndexQuery in com.basho.riak.client
 

Methods in com.basho.riak.client with parameters of type IndexQuery
 IndexMapReduce IRiakClient.mapReduce(IndexQuery query)
          Create a MapReduce operation that uses the supplied IndexQuery as input
 IndexMapReduce DefaultRiakClient.mapReduce(IndexQuery query)
           
 

Uses of IndexQuery in com.basho.riak.client.query
 

Constructors in com.basho.riak.client.query with parameters of type IndexQuery
IndexMapReduce(RawClient client, IndexQuery indexQuery)
           
 

Uses of IndexQuery in com.basho.riak.client.raw
 

Methods in com.basho.riak.client.raw with parameters of type IndexQuery
 List<String> RawClient.fetchIndex(IndexQuery indexQuery)
          Performs an 2i index query
 List<String> ClusterClient.fetchIndex(IndexQuery indexQuery)
           
 

Uses of IndexQuery in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http with parameters of type IndexQuery
 List<String> HTTPClientAdapter.fetchIndex(IndexQuery indexQuery)
           
 

Uses of IndexQuery in com.basho.riak.client.raw.pbc
 

Methods in com.basho.riak.client.raw.pbc with parameters of type IndexQuery
 List<String> PBClientAdapter.fetchIndex(IndexQuery indexQuery)
           
 

Uses of IndexQuery in com.basho.riak.client.raw.query.indexes
 

Subinterfaces of IndexQuery in com.basho.riak.client.raw.query.indexes
 interface RangeQuery<T>
          Marker interface for a 2i range query
 interface ValueQuery<T>
          Marker interface for a 2i value match query
 

Classes in com.basho.riak.client.raw.query.indexes that implement IndexQuery
 class AbstractIndexQuery
          Base implementation of common behaviour for an IndexQuery
 class AbstractRangeQuery<T>
          Base, common, generic RangeQuery implementation
 class AbstractValueQuery<T>
          Common, base, generic implementation for value match index queries.
 class BinRangeQuery
          Concrete range, index query for _bin type indexes
 class BinValueQuery
          Concrete value query for a BinIndex
 class IntRangeQuery
          Concrete implementation of a range query for an _int index
 class IntValueQuery
          Concrete value query for an IntIndex
 



Copyright © 2012. All Rights Reserved.