Uses of Package
voldemort.store.nonblockingstore

Packages that use voldemort.store.nonblockingstore
voldemort.store.nonblockingstore Non-blocking store which deals with async requests. 
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. 
voldemort.store.slop A store implementation that falls back on storing values in additional nodes not in the preference list when nodes are unavailable. 
voldemort.store.socket A store implementation that works remotely over a tcp/ip socket interacting with a SocketServer on the the other side. 
voldemort.store.socket.clientrequest More classes related to how to parse client requests 
 

Classes in voldemort.store.nonblockingstore used by voldemort.store.nonblockingstore
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.
 

Classes in voldemort.store.nonblockingstore used by voldemort.store.routed
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.
 

Classes in voldemort.store.nonblockingstore used by voldemort.store.routed.action
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.
 

Classes in voldemort.store.nonblockingstore used by voldemort.store.slop
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.
 

Classes in voldemort.store.nonblockingstore used by voldemort.store.socket
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.
 

Classes in voldemort.store.nonblockingstore used by voldemort.store.socket.clientrequest
NonblockingStoreCallback
          A NonblockingStoreCallback is provided as an argument to the submit methods of the NonblockingStore API.
 



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