voldemort.rest.coordinator
Class CoordinatorErrorStats

java.lang.Object
  extended by voldemort.store.routed.PipelineRoutedStats
      extended by voldemort.rest.coordinator.CoordinatorErrorStats

public class CoordinatorErrorStats
extends PipelineRoutedStats

Class to keep track of all the errors in the Coordinator service


Field Summary
 
Fields inherited from class voldemort.store.routed.PipelineRoutedStats
benignExceptionCount, errCountMap, severeExceptionCount
 
Method Summary
 long getNumIllegalArgumentExceptions()
           
 long getNumRejectedExecutionExceptions()
           
 long getNumVoldemortExceptions()
           
 boolean isSevere(java.lang.Exception ve)
           
 
Methods inherited from class voldemort.store.routed.PipelineRoutedStats
getExceptionCountsAsString, getNumBenignExceptions, getNumInsufficientOperationalNodesExceptions, getNumInsufficientZoneResponsesExceptions, getNumInvalidMetadataExceptions, getNumObsoleteVersionExceptions, getNumQuotaExceededExceptions, getNumSevereExceptions, getNumStoreTimeoutExceptions, getNumUnreachableStoreExceptions, reportException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSevere

public boolean isSevere(java.lang.Exception ve)
Overrides:
isSevere in class PipelineRoutedStats

getNumRejectedExecutionExceptions

public long getNumRejectedExecutionExceptions()

getNumIllegalArgumentExceptions

public long getNumIllegalArgumentExceptions()

getNumVoldemortExceptions

public long getNumVoldemortExceptions()


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