Class ErrorMetric
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.ErrorMetric
-
public class ErrorMetric extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorMetric(Class<? extends Throwable> errorClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()Class<? extends Throwable>getErrorClass()ErrorMetricincrement()StringtoString()
-