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

Packages that use RiakObject
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 RiakObject in com.basho.riak.client
 

Methods in com.basho.riak.client that return RiakObject
 RiakObject RiakObject.addLink(RiakLink link)
          Deprecated. Add link to this RiakObject's links.
 RiakObject RiakObject.addUsermetaItem(String key, String value)
          Deprecated. Adds the key, value to the collection of user meta for this object.
 RiakObject RiakObject.removeLink(RiakLink link)
          Deprecated. Remove a RiakLink from this RiakObject.
 RiakObject RiakObject.setRiakClient(RiakClient client)
          Deprecated.  
 

Methods in com.basho.riak.client with parameters of type RiakObject
 void RiakObject.copyData(RiakObject object)
          Deprecated. Copy the metadata and value from object.
 StoreResponse RiakClient.store(RiakObject object)
          Deprecated.  
 StoreResponse RiakClient.store(RiakObject object, RequestMeta meta)
          Deprecated. Store a RiakObject.
 

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

Methods in com.basho.riak.client.plain that return RiakObject
 RiakObject PlainClient.fetch(String bucket, String key)
          Deprecated.  
 RiakObject PlainClient.fetch(String bucket, String key, RequestMeta meta)
          Deprecated. Like RiakClient.fetch(String, String, RequestMeta), except it returns the fetched object directly or throws if the response is not a 200, 304 or 404.
 RiakObject PlainClient.fetchMeta(String bucket, String key)
          Deprecated.  
 RiakObject PlainClient.fetchMeta(String bucket, String key, RequestMeta meta)
          Deprecated. Like RiakClient.fetchMeta(String, String, RequestMeta), except it returns the fetched object metadata directly or throws if the response is not a 200, 304 or 404.
 

Methods in com.basho.riak.client.plain that return types with arguments of type RiakObject
 Collection<? extends RiakObject> PlainClient.fetchAll(String bucket, String key)
          Deprecated.  
 Collection<? extends RiakObject> PlainClient.fetchAll(String bucket, String key, RequestMeta meta)
          Deprecated. Like RiakClient.fetch(String, String, RequestMeta), except it returns the all the fetched objects directly or throws if the response is not a 200, 304 or 404.
 List<? extends List<? extends RiakObject>> PlainClient.walk(String bucket, String key, RiakWalkSpec walkSpec)
          Deprecated.  
 List<? extends List<? extends RiakObject>> PlainClient.walk(String bucket, String key, String walkSpec)
          Deprecated.  
 List<? extends List<? extends RiakObject>> PlainClient.walk(String bucket, String key, String walkSpec, RequestMeta meta)
          Deprecated. Like RiakClient.walk(String, String, String, RequestMeta), except throws on a non-200 or 404 response.
 

Methods in com.basho.riak.client.plain with parameters of type RiakObject
 void PlainClient.store(RiakObject object)
          Deprecated.  
 void PlainClient.store(RiakObject object, RequestMeta meta)
          Deprecated. Like RiakClient.store(RiakObject, RequestMeta), except throws on a non-200 or 204 response and updates the passed in RiakObject with new metadata from Riak.
 

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

Method parameters in com.basho.riak.client.request with type arguments of type RiakObject
 MapReduceBuilder MapReduceBuilder.setRiakObjects(Collection<RiakObject> objects)
          Deprecated.  
 

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

Methods in com.basho.riak.client.response that return RiakObject
 RiakObject WithBodyResponse.getObject()
          Deprecated.  
 RiakObject StoreResponse.getObject()
          Deprecated.  
 RiakObject FetchResponse.getObject()
          Deprecated. Returns the first Riak object contained in the response.
 

Methods in com.basho.riak.client.response that return types with arguments of type RiakObject
 Collection<RiakObject> WithBodyResponse.getSiblings()
          Deprecated.  
 Collection<RiakObject> StoreResponse.getSiblings()
          Deprecated.  
 Collection<RiakObject> FetchResponse.getSiblings()
          Deprecated. Returns a collection of the Riak objects contained in the response.
 List<? extends List<RiakObject>> WalkResponse.getSteps()
          Deprecated. Steps accumulated from link walking.
 

Methods in com.basho.riak.client.response with parameters of type RiakObject
 void FetchResponse.setObject(RiakObject object)
          Deprecated.  
 

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

Methods in com.basho.riak.client.util that return types with arguments of type RiakObject
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.
 

Methods in com.basho.riak.client.util with parameters of type RiakObject
 HttpResponse ClientHelper.store(RiakObject object, RequestMeta meta)
          Deprecated. Same as RiakClient, except only returning the HTTP response
 



Copyright © 2012. All Rights Reserved.