Uses of Class
voldemort.store.routed.Response

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 that return Response
 Response<ByteArray,java.lang.Object> AsyncPutSynchronizer.responseQueuePoll(long timeout, java.util.concurrent.TimeUnit timeUnit)
          poll the response queue for response
 

Methods in voldemort.store.routed.action with parameters of type Response
protected  boolean AbstractAction.handleResponseError(Response<?,?> response, Pipeline pipeline, FailureDetector failureDetector)
           
 boolean AsyncPutSynchronizer.tryDelegateResponseHandling(Response<ByteArray,java.lang.Object> response)
          try to delegate the master to handle the response
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu