Uses of Class
com.basho.riak.client.query.indexes.RiakIndexes

Packages that use RiakIndexes
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
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   
 

Uses of RiakIndexes in com.basho.riak.client
 

Constructors in com.basho.riak.client with parameters of type RiakIndexes
DefaultRiakObject(String bucket, String key, VClock vclock, String vtag, Date lastModified, String contentType, byte[] value, Collection<RiakLink> links, Map<String,String> userMeta, RiakIndexes indexes)
          Large number of arguments due to largely immutable nature.
 

Uses of RiakIndexes in com.basho.riak.client.builders
 

Methods in com.basho.riak.client.builders with parameters of type RiakIndexes
 RiakObjectBuilder RiakObjectBuilder.withIndexes(RiakIndexes indexes)
          A Collection of RiakIndexes for the new riak object
 

Uses of RiakIndexes in com.basho.riak.client.convert
 

Methods in com.basho.riak.client.convert that return RiakIndexes
 RiakIndexes RiakIndexConverter.getIndexes(T domainObject)
           
 

Methods in com.basho.riak.client.convert with parameters of type RiakIndexes
 T RiakIndexConverter.populateIndexes(RiakIndexes indexes, T domainObject)
           
 

Uses of RiakIndexes in com.basho.riak.client.convert.reflect
 

Methods in com.basho.riak.client.convert.reflect that return RiakIndexes
<T> RiakIndexes
AnnotationInfo.getIndexes(T obj)
           
<T> RiakIndexes
AnnotationHelper.getIndexes(T obj)
           
 

Methods in com.basho.riak.client.convert.reflect with parameters of type RiakIndexes
<T> void
AnnotationInfo.setIndexes(RiakIndexes indexes, T obj)
          TODO handle multi-value indexes with the same name
<T> T
AnnotationHelper.setIndexes(RiakIndexes indexes, T obj)
           
 

Uses of RiakIndexes in com.basho.riak.client.query.indexes
 

Methods in com.basho.riak.client.query.indexes that return RiakIndexes
 RiakIndexes RiakIndexes.add(String index, int value)
          Add a new IntIndex value to the set
 RiakIndexes RiakIndexes.add(String index, String value)
          Add a new BinIndex value to the set
static RiakIndexes RiakIndexes.from(RiakIndexes indexes)
          Copy a RiakIndexes to a new instance
 RiakIndexes RiakIndexes.removeAll(BinIndex index)
          Remove a BinIndex
 RiakIndexes RiakIndexes.removeAll(IntIndex index)
          Remove the IntIndex
 

Methods in com.basho.riak.client.query.indexes with parameters of type RiakIndexes
static RiakIndexes RiakIndexes.from(RiakIndexes indexes)
          Copy a RiakIndexes to a new instance
 



Copyright © 2012. All Rights Reserved.