Uses of Package
voldemort.store.slop

Packages that use voldemort.store.slop
voldemort.client.protocol.admin Classes that abstract admin based Voldemort requests. 
voldemort.serialization Code for mapping objects to bytes and bytes to objects. 
voldemort.server The Voldemort server. 
voldemort.server.scheduler.slop The background jobs associated with the slop store. 
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. 
 

Classes in voldemort.store.slop used by voldemort.client.protocol.admin
Slop
          Represents an undelivered operation to a store.
 

Classes in voldemort.store.slop used by voldemort.serialization
Slop
          Represents an undelivered operation to a store.
 

Classes in voldemort.store.slop used by voldemort.server
SlopStorageEngine
          Tracks statistics of hints that were attempted, but not successfully pushed last time a pusher job ran; also tracks hints that have been added after the last run
 

Classes in voldemort.store.slop used by voldemort.server.scheduler.slop
Slop
          Represents an undelivered operation to a store.
SlopStorageEngine
          Tracks statistics of hints that were attempted, but not successfully pushed last time a pusher job ran; also tracks hints that have been added after the last run
 

Classes in voldemort.store.slop used by voldemort.store.routed
Slop
          Represents an undelivered operation to a store.
 

Classes in voldemort.store.slop used by voldemort.store.routed.action
HintedHandoff
          Hinted handoff: if, when processing a pipeline for a given request, failures shall occur on specific nodes, the requests for these failed nodes should be queued up on other, currently available nodes.
Slop
          Represents an undelivered operation to a store.
 

Classes in voldemort.store.slop used by voldemort.store.slop
Slop
          Represents an undelivered operation to a store.
Slop.Operation
           
 



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