Uses of Class
org.h2.util.DebuggingThreadLocal
-
Packages that use DebuggingThreadLocal Package Description org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of DebuggingThreadLocal in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as DebuggingThreadLocal Modifier and Type Field Description static DebuggingThreadLocal<java.util.ArrayList<java.lang.String>>
MVTable. EXCLUSIVE_LOCKS
The table names this thread has exclusively locked.static DebuggingThreadLocal<java.util.ArrayList<java.lang.String>>
MVTable. SHARED_LOCKS
The tables names this thread has a shared lock on.static DebuggingThreadLocal<java.lang.String>
MVTable. WAITING_FOR_LOCK
The table name this thread is waiting to lock.Methods in org.h2.mvstore.db with parameters of type DebuggingThreadLocal Modifier and Type Method Description private void
MVTable. addLockToDebugList(DebuggingThreadLocal<java.util.ArrayList<java.lang.String>> locks)
-