|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
HttpClient to a map
RiakBucketInfo
object.
InputStream to an OutputStream in
blocks
RiakClient.delete(String, String, RequestMeta), except
throws on a non-200 or 404 response.
bucket and key.
RiakClient.delete(String, String, RequestMeta).
RiakClient, except only returning the HTTP response
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 (which can include sibling objects) stored
at bucket and key.
RiakClient.fetch(String, String)
followed by RiakObject.copyData(RiakObject)
RiakClient, except only returning the HTTP response and
allows the response to be streamed.
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.
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.
RiakClient.fetchMeta(String, String, RequestMeta) followed by
RiakObject.updateMeta(FetchResponse)
RiakClient, except only returning the HTTP response
RiakObject.
RiakClient.getBucketSchema(String, RequestMeta), except
only returning the HTTP response.
RiakClient.getClientId()
HttpClient used to make requests, which can be
configured.
HttpClient used to make requests, which can be
configured.
HttpMethod used to make the HTTP request.
RequestMeta in the form: p1=v1&p2=v2
RiakClient to which this map reduce job will be submitted to
when MapReduceBuilder.submit() is called.
RiakObject can be loosely attached to the RiakClient
from which retrieve it was retrieved.
RiakIOException
RiakResponseException
Iterator.hasNext().
JSONArray to a list
JSONObject to a map
JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object).RiakClient.listBucket(String, RequestMeta), except throws on
a non-200 response
RiakClient, except only returning the HTTP response, and
if streamResponse==true, the response will be streamed back, so the user
is responsible for calling HttpResponseDecorator.close()
RiakClient, except only returning the HTTP response
RiakClient.mapReduceOverBucket(String), except over a set
of objects instead of a bucket.
JSONArray
HttpClient instance given a RiakConfig.
Iterator.next().
NULL object than to use Java's null value.
InputStream
containing contains a delimited listRiakLink.
RiakObjects.
RiakClient to a slightly less HTTP, more
Java-centric, interface.RiakIORuntimeException.RiakResponseRuntimeExceptionRiakClient.walk(String, String, String, RequestMeta).
RiakClient.setBucketSchema(String, RiakBucketInfo, RequestMeta),
except throws on a non-204 response.
RiakClient.setBucketSchema(String, com.basho.riak.client.RiakBucketInfo, RequestMeta)
HttpClientParams.CONNECTION_MANAGER_TIMEOUT,
HttpMethodParams.SO_TIMEOUT,
HttpConnectionParams.CONNECTION_TIMEOUT which sets the
timeout milliseconds for retrieving an HTTP connection and data over the
connection.
RiakClient.store(RiakObject, RequestMeta), except throws on
a non-200 or 204 response and updates the passed in RiakObject
with new metadata from Riak.
RiakObject.
RiakClient.store(RiakObject, RequestMeta) followed by
RiakObject.updateMeta(StoreResponse)
RiakClient, except only returning the HTTP response
RiakClient.stream(String, String, StreamHandler, RequestMeta).
bucket and
key as a stream.
RiakClient, except only returning the HTTP response
RiakClient.listBucket(String, RequestMeta), except
streams the response, so the user must remember to call
HttpResponseDecorator.close() on the return value.
Exception not declared in the method signature,
which can be particularly useful for throwing checked exceptions within a
RiakExceptionHandler.
toJSONString method allows a class to produce its own JSON
serialization.
e to installed exception handler if there is
one or throw it.
%hh sequences to single characters, and
convert plus to space.
quoted-string:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2
Does nothing if s is not quoted.
true or the value
false.
RiakClient.walk(String, String, String, RequestMeta), except
throws on a non-200 or 404 response.
RiakClient.walk(String, String, RiakWalkSpec)
RiakClient, except only returning the HTTP response
HttpMethod which can be
sent as an HTTP request.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||