Package voldemort.store.slop

A store implementation that falls back on storing values in additional nodes not in the preference list when nodes are unavailable.

See:
          Description

Class Summary
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.
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
 

Enum Summary
Slop.Operation  
 

Package voldemort.store.slop Description

A store implementation that falls back on storing values in additional nodes not in the preference list when nodes are unavailable.



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao