Uses of Interface
com.basho.riak.pbc.IRequestMeta

Packages that use IRequestMeta
com.basho.riak.pbc The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient 
com.basho.riak.pbc.mapreduce The legacy, low-level Protocol Buffers query classes for Map Reduce. 
 

Uses of IRequestMeta in com.basho.riak.pbc
 

Classes in com.basho.riak.pbc that implement IRequestMeta
 class RequestMeta
          Concrete implementation of the PBC request meta.
 

Methods in com.basho.riak.pbc that return IRequestMeta
 IRequestMeta RequestMeta.contentType(String contentType)
           
 IRequestMeta IRequestMeta.contentType(String contentType)
           
 IRequestMeta RequestMeta.dw(int dw)
           
 IRequestMeta IRequestMeta.dw(int dw)
           
 IRequestMeta RequestMeta.ifNoneMatch(boolean ifNoneMatch)
           
 IRequestMeta RequestMeta.ifNotModified(boolean ifNotModified)
           
 IRequestMeta RequestMeta.pw(int pw)
           
 IRequestMeta RequestMeta.returnBody(boolean ret)
           
 IRequestMeta IRequestMeta.returnBody(boolean ret)
           
 IRequestMeta RequestMeta.returnHead(boolean returnHead)
           
 IRequestMeta RequestMeta.w(int w)
           
 IRequestMeta IRequestMeta.w(int w)
           
 

Methods in com.basho.riak.pbc with parameters of type IRequestMeta
 MapReduceResponseSource RiakClient.mapReduce(com.google.protobuf.ByteString request, IRequestMeta meta)
           
 MapReduceResponseSource RiakClient.mapReduce(String request, IRequestMeta meta)
           
 RiakObject[] RiakClient.store(RiakObject value, IRequestMeta meta)
           
 

Uses of IRequestMeta in com.basho.riak.pbc.mapreduce
 

Methods in com.basho.riak.pbc.mapreduce with parameters of type IRequestMeta
 MapReduceResponseSource MapReduceBuilder.submit(IRequestMeta meta)
          Submits the job to the Riak server
 



Copyright © 2012. All Rights Reserved.