Uses of Class
voldemort.store.stats.Tracked

Packages that use Tracked
voldemort.rest   
voldemort.store.quota   
voldemort.store.stats Store wrappers which deal with statistics 
 

Uses of Tracked in voldemort.rest
 

Methods in voldemort.rest with parameters of type Tracked
 void RestResponseSender.recordStats(StoreStats performanceStats, long startTimeInMs, Tracked operation)
           
 

Uses of Tracked in voldemort.store.quota
 

Methods in voldemort.store.quota with parameters of type Tracked
 void QuotaLimitStats.reportQuotaUsed(Tracked op, long pctUsed)
           
 void QuotaLimitStats.reportRateLimitedOp(Tracked op)
           
 

Uses of Tracked in voldemort.store.stats
 

Methods in voldemort.store.stats that return Tracked
static Tracked Tracked.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Tracked[] Tracked.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in voldemort.store.stats that return types with arguments of type Tracked
 java.util.Map<Tracked,RequestCounter> StoreStats.getCounters()
           
 

Methods in voldemort.store.stats with parameters of type Tracked
 double StoreStats.getAvgKeySizeinBytes(Tracked op)
           
 double StoreStats.getAvgTimeInMs(Tracked op)
           
 double StoreStats.getAvgValueSizeinBytes(Tracked op)
           
 long StoreStats.getCount(Tracked op)
           
 long StoreStats.getMaxKeySizeInBytes(Tracked op)
           
 long StoreStats.getMaxLatencyInMs(Tracked op)
           
 long StoreStats.getMaxValueSizeInBytes(Tracked op)
           
 long StoreStats.getNumEmptyResponses(Tracked op)
           
 double StoreStats.getQ95LatencyInMs(Tracked op)
           
 double StoreStats.getQ99LatencyInMs(Tracked op)
           
 float StoreStats.getThroughput(Tracked op)
           
 float StoreStats.getThroughputInBytes(Tracked op)
           
 void StoreStats.recordTime(Tracked op, long timeNS)
          Record the duration of specified op.
 



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