Uses of Class
com.basho.riak.client.http.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.http The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient 
com.basho.riak.client.http.plain A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.request Riak request classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.http.response HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.http.util Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
 

Uses of RiakClient in com.basho.riak.client
 

Methods in com.basho.riak.client with parameters of type RiakClient
static IRiakClient RiakFactory.httpClient(RiakClient delegate)
          Wraps the given RiakClient in a DefaultRiakClient
 

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

Methods in com.basho.riak.client.http that return RiakClient
 RiakClient RiakObject.getRiakClient()
           
 

Methods in com.basho.riak.client.http with parameters of type RiakClient
 RiakObject RiakObject.setRiakClient(RiakClient client)
           
 StoreResponse RiakObject.store(RiakClient riak, RequestMeta meta)
           
 

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

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

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

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

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

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

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

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

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

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

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

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

Constructors in com.basho.riak.client.raw.http with parameters of type RiakClient
HTTPClientAdapter(RiakClient client)
          Create an instance of the adapter that delegates all API calls to client
 



Copyright © 2012. All Rights Reserved.