voldemort.rest.coordinator
Class CoordinatorStoreClientRequest

java.lang.Object
  extended by voldemort.rest.coordinator.CoordinatorStoreClientRequest

public class CoordinatorStoreClientRequest
extends java.lang.Object


Constructor Summary
CoordinatorStoreClientRequest(CompositeVoldemortRequest<ByteArray,byte[]> requestObject, DynamicTimeoutStoreClient<ByteArray,byte[]> storeClient)
           
 
Method Summary
 CompositeVoldemortRequest<ByteArray,byte[]> getRequestObject()
           
 DynamicTimeoutStoreClient<ByteArray,byte[]> getStoreClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinatorStoreClientRequest

public CoordinatorStoreClientRequest(CompositeVoldemortRequest<ByteArray,byte[]> requestObject,
                                     DynamicTimeoutStoreClient<ByteArray,byte[]> storeClient)
Method Detail

getRequestObject

public CompositeVoldemortRequest<ByteArray,byte[]> getRequestObject()

getStoreClient

public DynamicTimeoutStoreClient<ByteArray,byte[]> getStoreClient()


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