|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| voldemort.store.routed | A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. |
| voldemort.store.routed.action | Classes representing various states for the state based routing stores. |
| Uses of Response in voldemort.store.routed |
|---|
| Methods in voldemort.store.routed that return types with arguments of type Response | |
|---|---|
java.util.List<Response<K,V>> |
PipelineData.getResponses()
Returns is a list of responses that are received by requests to remote Voldemort nodes, either synchronous or asynchronous. |
| Uses of Response in voldemort.store.routed.action |
|---|
| Methods in voldemort.store.routed.action with parameters of type Response | |
|---|---|
protected boolean |
AbstractAction.handleResponseError(Response<?,?> response,
Pipeline pipeline,
FailureDetector failureDetector)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||