Package voldemort.store.stats

Store wrappers which deal with statistics

See:
          Description

Class Summary
ClientSocketStats Some convenient statistics to track about the client requests
ClientSocketStatsJmx A wrapper class to expose client socket stats via JMX
ClusterWideCounter A thread-safe counter, that tracks per-node statistics and allows aggregation by node and zone
DataSetStats Statistics about the keys and values in a store
Histogram Deprecated. Use Tehuti Histograms instead...
RequestCounter A thread-safe request counter that calculates throughput for a specified duration of time.
SimpleCounter A simple concurrent, non-blocking event counter that resets itself every interval, and provides eventRate and average event value metrics over the last complete interval
SlopStats Statistics for hinted handoff
StatTrackingStore A store wrapper that tracks basic usage statistics
StoreClientFactoryStats  
StoreClientFactoryStatsJmx A wrapper class to expose store client factory stats via JMX
StoreStats Some convenient statistics to track about the store
StoreStatsJmx A wrapper class to expose store stats via JMX
StreamingStats  
 

Enum Summary
ClientSocketStats.Tracked  
SlopStats.Tracked  
StoreClientFactoryStats.Tracked  
StreamingStats.Operation  
Tracked  
 

Package voldemort.store.stats Description

Store wrappers which deal with statistics



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