class T_User
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Throwable |
error |
private long |
iterations |
private org.apache.derby.iapi.services.locks.LockFactory |
lf |
private long |
offset |
private org.apache.derby.iapi.services.locks.Lockable[] |
refs |
private int |
test |
Constructor and Description |
---|
T_User(int test,
org.apache.derby.iapi.services.locks.LockFactory lf,
org.apache.derby.iapi.services.locks.Lockable[] refs,
long iterations,
long offset) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
checkLockCount(org.apache.derby.iapi.services.locks.CompatibilitySpace cs,
int expected) |
private void |
checkValue(T_L1 item,
long value) |
void |
run() |
private void |
T001() |
private void |
T002() |
private void |
T003() |
private void |
T004() |
private org.apache.derby.iapi.services.locks.LockFactory lf
private org.apache.derby.iapi.services.locks.Lockable[] refs
private long iterations
private long offset
private int test
java.lang.Throwable error
T_User(int test, org.apache.derby.iapi.services.locks.LockFactory lf, org.apache.derby.iapi.services.locks.Lockable[] refs, long iterations, long offset)
public void run()
run
in interface java.lang.Runnable
private void T001() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
private void T002() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
private void T003() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
private void T004() throws org.apache.derby.iapi.error.StandardException, T_Fail
org.apache.derby.iapi.error.StandardException
T_Fail
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.