Uses of Class
org.h2.util.DebuggingThreadLocal
Packages that use DebuggingThreadLocal
-
Uses of DebuggingThreadLocal in org.h2.mvstore.db
Fields in org.h2.mvstore.db declared as DebuggingThreadLocalModifier and TypeFieldDescriptionstatic final DebuggingThreadLocal<ArrayList<String>> MVTable.EXCLUSIVE_LOCKSThe table names this thread has exclusively locked.static final DebuggingThreadLocal<ArrayList<String>> MVTable.SHARED_LOCKSThe tables names this thread has a shared lock on.static final DebuggingThreadLocal<String> MVTable.WAITING_FOR_LOCKThe table name this thread is waiting to lock.Methods in org.h2.mvstore.db with parameters of type DebuggingThreadLocalModifier and TypeMethodDescriptionprivate voidMVTable.addLockToDebugList(DebuggingThreadLocal<ArrayList<String>> locks)