Uses of Class
com.basho.riak.client.response.StoreResponse

Packages that use StoreResponse
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
 

Uses of StoreResponse in com.basho.riak.client
 

Methods in com.basho.riak.client that return StoreResponse
 StoreResponse RiakObject.store()
          Deprecated.  
 StoreResponse RiakObject.store(RequestMeta meta)
          Deprecated. Convenience method for calling RiakClient.store(RiakObject, RequestMeta) followed by RiakObject.updateMeta(StoreResponse)
 StoreResponse RiakObject.store(RiakClient riak, RequestMeta meta)
          Deprecated. Store this object to a different Riak instance.
 StoreResponse RiakClient.store(RiakObject object)
          Deprecated.  
 StoreResponse RiakClient.store(RiakObject object, RequestMeta meta)
          Deprecated. Store a RiakObject.
 

Methods in com.basho.riak.client with parameters of type StoreResponse
 void RiakObject.updateMeta(StoreResponse response)
          Deprecated. Update the object's metadata.
 



Copyright © 2012. All Rights Reserved.