|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.routed.PipelineRoutedStats
voldemort.rest.coordinator.CoordinatorErrorStats
public class CoordinatorErrorStats
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isSevere(java.lang.Exception ve)
isSevere
in class PipelineRoutedStats
public long getNumRejectedExecutionExceptions()
public long getNumIllegalArgumentExceptions()
public long getNumVoldemortExceptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |