Package voldemort.store.nonblockingstore

Non-blocking store which deals with async requests.

See:
          Description

Interface Summary
NonblockingStore A NonblockingStore mimics the Store interface but instead of blocking for the request to complete, it simply submits it for later processing and returns immediately.
NonblockingStoreCallback A NonblockingStoreCallback is provided as an argument to the submit methods of the NonblockingStore API.
NonblockingStoreRequest A NonblockingStoreRequest is a wrapper around one of the five existing requests to the NonblockingStore API.
 

Class Summary
ThreadPoolBasedNonblockingStoreImpl  
 

Package voldemort.store.nonblockingstore Description

Non-blocking store which deals with async requests. Used on the client side.



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