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

Packages that use FetchResponse
com.basho.riak.client   
 

Uses of FetchResponse in com.basho.riak.client
 

Methods in com.basho.riak.client that return FetchResponse
 FetchResponse RiakObject.fetch()
           
 FetchResponse RiakObject.fetch(RequestMeta meta)
          Convenience method for calling RiakClient.fetch(String, String) followed by RiakObject.copyData(RiakObject)
 FetchResponse RiakClient.fetch(java.lang.String bucket, java.lang.String key)
           
 FetchResponse RiakClient.fetch(java.lang.String bucket, java.lang.String key, RequestMeta meta)
          Fetch the RiakObject (which can include sibling objects) stored at bucket and key.
 FetchResponse RiakObject.fetchMeta()
           
 FetchResponse RiakObject.fetchMeta(RequestMeta meta)
          Convenience method for calling RiakClient.fetchMeta(String, String, RequestMeta) followed by RiakObject.updateMeta(FetchResponse)
 FetchResponse RiakClient.fetchMeta(java.lang.String bucket, java.lang.String key)
           
 FetchResponse RiakClient.fetchMeta(java.lang.String bucket, java.lang.String key, RequestMeta meta)
          Fetch metadata (e.g.
 FetchResponse RiakClient.stream(java.lang.String bucket, java.lang.String key)
           
 FetchResponse RiakClient.stream(java.lang.String bucket, java.lang.String key, RequestMeta meta)
          Similar to fetch(), except the HTTP connection is left open for successful responses, and the Riak response is provided as a stream.
 

Methods in com.basho.riak.client with parameters of type FetchResponse
 void RiakObject.updateMeta(FetchResponse response)
          Update the object's metadata from a fetch or fetchMeta operation
 



Copyright © 2010. All Rights Reserved.