Uses of Class
voldemort.store.routed.PipelineRoutedStats

Packages that use PipelineRoutedStats
voldemort.rest.coordinator   
voldemort.store.routed A store implmentation that handles routing to nodes, and repairing obsolete values detected on those nodes. 
 

Uses of PipelineRoutedStats in voldemort.rest.coordinator
 

Subclasses of PipelineRoutedStats in voldemort.rest.coordinator
 class CoordinatorErrorStats
          Class to keep track of all the errors in the Coordinator service
 

Uses of PipelineRoutedStats in voldemort.store.routed
 

Fields in voldemort.store.routed declared as PipelineRoutedStats
protected  PipelineRoutedStats PipelineData.stats
           
 

Methods in voldemort.store.routed with parameters of type PipelineRoutedStats
 void PipelineData.setStats(PipelineRoutedStats stats)
           
 



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