voldemort.store.nonblockingstore
Interface NonblockingStoreRequest


public interface NonblockingStoreRequest

A NonblockingStoreRequest is a wrapper around one of the five existing requests to the NonblockingStore API. It is useful to provide a sort of function object for various utility methods.

See Also:
NonblockingStore, StoreRequest

Method Summary
 void submit(Node node, NonblockingStore store, NonblockingStoreCallback callback)
          Submits the request to the given NonblockingStore.
 

Method Detail

submit

void submit(Node node,
            NonblockingStore store,
            NonblockingStoreCallback callback)
Submits the request to the given NonblockingStore. It is assumed that the parameters for the call are part of the implementing object internally. They are not provided here.

Parameters:
store - NonblockingStore on which to submit the request


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