Uses of Enum Class
org.apache.nutch.metrics.ErrorTracker.ErrorType
Packages that use ErrorTracker.ErrorType
-
Uses of ErrorTracker.ErrorType in org.apache.nutch.metrics
Methods in org.apache.nutch.metrics that return ErrorTracker.ErrorTypeModifier and TypeMethodDescriptionstatic ErrorTracker.ErrorTypeErrorTracker.categorize(Throwable t) Categorizes a throwable into an error type.static ErrorTracker.ErrorTypeReturns the enum constant of this class with the specified name.static ErrorTracker.ErrorType[]ErrorTracker.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nutch.metrics with parameters of type ErrorTracker.ErrorTypeModifier and TypeMethodDescriptionlongErrorTracker.getCount(ErrorTracker.ErrorType type) Returns the count for a specific error type.static StringErrorTracker.getCounterName(ErrorTracker.ErrorType type) Gets the counter name constant for a given error type.voidErrorTracker.incrementCounters(ErrorTracker.ErrorType type) Directly increments cached error counters without local accumulation.voidErrorTracker.recordError(ErrorTracker.ErrorType type) Records an error with explicit category.