Uses of Interface
io.nosqlbench.engine.api.activityapi.errorhandling.modular.ErrorHandler
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.activityapi.errorhandling.modular | |
| io.nosqlbench.engine.api.activityapi.errorhandling.modular.handlers |
-
Uses of ErrorHandler in io.nosqlbench.engine.api.activityapi.errorhandling.modular
Classes in io.nosqlbench.engine.api.activityapi.errorhandling.modular that implement ErrorHandler Modifier and Type Class Description classResultCodeMethods in io.nosqlbench.engine.api.activityapi.errorhandling.modular that return types with arguments of type ErrorHandler Modifier and Type Method Description java.util.List<ErrorHandler>NBErrorHandler.HandlerMapping. getResolved()Method parameters in io.nosqlbench.engine.api.activityapi.errorhandling.modular with type arguments of type ErrorHandler Modifier and Type Method Description voidNBErrorHandler.HandlerMapping. setResolved(java.util.List<ErrorHandler> resolved) -
Uses of ErrorHandler in io.nosqlbench.engine.api.activityapi.errorhandling.modular.handlers
Classes in io.nosqlbench.engine.api.activityapi.errorhandling.modular.handlers that implement ErrorHandler Modifier and Type Class Description classCounterErrorHandlerclassCountErrorHandlerThis is here to allow the classic name 'count' to work although the modern error handler scheme uses canonical metric type names.classHistogramErrorHandlerThe histogram error handler will create, if needed, a histogram metrics object for the named"errorhistos.simplename" + e.getClass().getSimpleName(), and then add the current session time to it.classIgnoreErrorHandlerclassMeterErrorHandlerclassRetryErrorHandlerclassStopErrorHandlerclassTimerErrorHandlerclassWarnErrorHandler