private abstract static class XplainStatisticsTest.AbstractMTThread
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected java.sql.Connection |
con |
protected int |
count
Tells how many times the action has been performed.
|
protected java.lang.Throwable |
error
If an error is raised when performing the action.
|
protected long |
runTime
Duration of the run.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractMTThread(java.sql.Connection con,
long runTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
failed() |
int |
getActionCount() |
java.lang.Throwable |
getError() |
protected final java.sql.Connection con
protected final long runTime
protected int count
protected java.lang.Throwable error
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.