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

Packages that use com.basho.riak.client.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.bucket A bucket is a namespace abstraction provided by Riak, the API uses Bucket as the primary way to interact with data stored in Riak. 
com.basho.riak.client.builders These builders provide a fluid API for creating instances of some immutable (or mainly immutable classes) that have a large number of constructor parameters. 
com.basho.riak.client.convert Classes for converting Riak data into domain specific classes and back. 
com.basho.riak.client.convert.reflect   
com.basho.riak.client.query.indexes   
com.basho.riak.client.raw.query.indexes Inputs to the RawClients for secondary index querying. 
 

Classes in com.basho.riak.client.query.indexes used by com.basho.riak.client
BinIndex
           
IntIndex
           
RiakIndexes
          Container for the set of index/values for a IRiakObject
 

Classes in com.basho.riak.client.query.indexes used by com.basho.riak.client.bucket
FetchIndex
           
RiakIndex
          Models a secondary index name.
 

Classes in com.basho.riak.client.query.indexes used by com.basho.riak.client.builders
RiakIndexes
          Container for the set of index/values for a IRiakObject
 

Classes in com.basho.riak.client.query.indexes used by com.basho.riak.client.convert
RiakIndexes
          Container for the set of index/values for a IRiakObject
 

Classes in com.basho.riak.client.query.indexes used by com.basho.riak.client.convert.reflect
RiakIndexes
          Container for the set of index/values for a IRiakObject
 

Classes in com.basho.riak.client.query.indexes used by com.basho.riak.client.query.indexes
BinIndex
           
FetchIndex
           
IntIndex
           
KeyIndex
          Special BinIndex with no suffix, name $key, that provides raneg access to keys in an index.
RiakIndex
          Models a secondary index name.
RiakIndexes
          Container for the set of index/values for a IRiakObject
 

Classes in com.basho.riak.client.query.indexes used by com.basho.riak.client.raw.query.indexes
BinIndex
           
IntIndex
           
 



Copyright © 2012. All Rights Reserved.