voldemort.store.routed
Class PipelineRoutedStats
java.lang.Object
voldemort.store.routed.PipelineRoutedStats
public class PipelineRoutedStats
- extends java.lang.Object
Tracks all the exceptions we see, down at the routing layer also including
ones that will be eventually propagated up to the client from the routing
layer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getNumSevereExceptions
public long getNumSevereExceptions()
getNumBenignExceptions
public long getNumBenignExceptions()
getNumInsufficientOperationalNodesExceptions
public long getNumInsufficientOperationalNodesExceptions()
getNumInsufficientZoneResponsesExceptions
public long getNumInsufficientZoneResponsesExceptions()
getNumInvalidMetadataExceptions
public long getNumInvalidMetadataExceptions()
getNumUnreachableStoreExceptions
public long getNumUnreachableStoreExceptions()
getNumStoreTimeoutExceptions
public long getNumStoreTimeoutExceptions()
getNumObsoleteVersionExceptions
public long getNumObsoleteVersionExceptions()
getExceptionCountsAsString
public java.lang.String getExceptionCountsAsString()
reportException
public void reportException(java.lang.Exception e)
Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu