Uses of Class
com.basho.riak.client.RiakClient

Packages that use RiakClient
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.plain Deprecated please see com.basho.riak.http.client.plain 
com.basho.riak.client.request Deprecated please see com.basho.riak.http.client.request 
com.basho.riak.client.response Deprecated please see com.basho.riak.http.client.response 
com.basho.riak.client.util General utility classes used by the API, mainly deprecated classes that have been moved to com.basho.riak.client.http.util. 
 

Uses of RiakClient in com.basho.riak.client
 

Methods in com.basho.riak.client that return RiakClient
 RiakClient RiakObject.getRiakClient()
          Deprecated. A RiakObject can be loosely attached to the RiakClient from which retrieve it was retrieved.
 

Methods in com.basho.riak.client with parameters of type RiakClient
 RiakObject RiakObject.setRiakClient(RiakClient client)
          Deprecated.  
 StoreResponse RiakObject.store(RiakClient riak, RequestMeta meta)
          Deprecated. Store this object to a different Riak instance.
 

Constructors in com.basho.riak.client with parameters of type RiakClient
RiakObject(RiakClient riak, String bucket, String key)
          Deprecated.  
RiakObject(RiakClient riak, String bucket, String key, byte[] value)
          Deprecated.  
RiakObject(RiakClient riak, String bucket, String key, byte[] value, String contentType)
          Deprecated.  
RiakObject(RiakClient riak, String bucket, String key, byte[] value, String contentType, List<RiakLink> links)
          Deprecated.  
RiakObject(RiakClient riak, String bucket, String key, byte[] value, String contentType, List<RiakLink> links, Map<String,String> userMetaData)
          Deprecated.  
RiakObject(RiakClient riak, String bucket, String key, byte[] value, String contentType, List<RiakLink> links, Map<String,String> userMetaData, String vclock, String lastmod, String vtag)
          Deprecated. Create an empty object.
 

Uses of RiakClient in com.basho.riak.client.plain
 

Constructors in com.basho.riak.client.plain with parameters of type RiakClient
PlainClient(RiakClient riakClient)
          Deprecated. The primary constructor.
 

Uses of RiakClient in com.basho.riak.client.request
 

Methods in com.basho.riak.client.request that return RiakClient
 RiakClient MapReduceBuilder.getRiakClient()
          Deprecated. The RiakClient to which this map reduce job will be submitted to when MapReduceBuilder.submit() is called.
 

Methods in com.basho.riak.client.request with parameters of type RiakClient
 MapReduceBuilder MapReduceBuilder.setRiakClient(RiakClient client)
          Deprecated.  
 

Constructors in com.basho.riak.client.request with parameters of type RiakClient
MapReduceBuilder(RiakClient riak)
          Deprecated.  
 

Uses of RiakClient in com.basho.riak.client.response
 

Constructors in com.basho.riak.client.response with parameters of type RiakClient
FetchResponse(HttpResponse r, RiakClient riak)
          Deprecated. On a 2xx response, parse the HTTP response from Riak into a RiakObject.
StreamedSiblingsCollection(RiakClient riak, String bucket, String key, StreamedMultipart multipart)
          Deprecated.  
WalkResponse(HttpResponse r, RiakClient riak)
          Deprecated. On a 2xx response, parses the HTTP body into a list of steps.
 

Uses of RiakClient in com.basho.riak.client.util
 

Methods in com.basho.riak.client.util with parameters of type RiakClient
static List<RiakObject> ClientUtils.parseMultipart(RiakClient riak, String bucket, String key, Map<String,String> docHeaders, byte[] docBody)
          Deprecated. Convert a multipart/mixed document to a list of RiakObjects.
 



Copyright © 2012. All Rights Reserved.