Uses of Class
org.apache.nutch.metrics.ErrorTracker.ErrorType
-
Packages that use ErrorTracker.ErrorType Package Description org.apache.nutch.metrics Metrics infrastructure for Apache Nutch. -
-
Uses of ErrorTracker.ErrorType in org.apache.nutch.metrics
Methods in org.apache.nutch.metrics that return ErrorTracker.ErrorType Modifier and Type Method Description static ErrorTracker.ErrorTypeErrorTracker. categorize(Throwable t)Categorizes a throwable into an error type.static ErrorTracker.ErrorTypeErrorTracker.ErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorTracker.ErrorType[]ErrorTracker.ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.nutch.metrics with parameters of type ErrorTracker.ErrorType Modifier and Type Method Description longErrorTracker. 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.
-