Package | Description |
---|---|
com.basho.riak.client.response |
Deprecated please see com.basho.riak.http.client.response
|
Modifier and Type | Class and Description |
---|---|
class |
BucketResponse
Deprecated.
with the addition of a protocol buffers client in 0.14 all the
existing REST client code should be in client.http.* this class
has therefore been moved. Please use
com.basho.riak.client.http.response.BucketResponse
instead.
WARNING: This class will be REMOVED in the next version. |
class |
FetchResponse
Deprecated.
with the addition of a protocol buffers client in 0.14 all the
existing REST client code should be in client.http.* this class
has therefore been moved. Please use
com.basho.riak.client.http.response.FetchResponse
instead.
WARNING: This class will be REMOVED in the next version. |
class |
MapReduceResponse
Deprecated.
with the addition of a protocol buffers client in 0.14 all the
existing REST client code should be in client.http.* this class
has therefore been moved. Please use
com.basho.riak.client.http.response.MapReduceResponse
instead.
WARNING: This class will be REMOVED in the next version. |
class |
StoreResponse
Deprecated.
with the addition of a protocol buffers client in 0.14 all the
existing REST client code should be in client.http.* this class
has therefore been moved. Please use
com.basho.riak.client.http.response.StoreResponse
instead.
WARNING: This class will be REMOVED in the next version. |
class |
WalkResponse
Deprecated.
with the addition of a protocol buffers client in 0.14 all the
existing REST client code should be in client.http.* this class
has therefore been moved. Please use
com.basho.riak.client.http.response.WalkResponse
instead.
WARNING: This class will be REMOVED in the next version. |
Copyright © 2014. All Rights Reserved.