Package | Description |
---|---|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
Modifier and Type | Field and Description |
---|---|
static DebuggingThreadLocal<ArrayList<String>> |
MVTable.EXCLUSIVE_LOCKS
The table names this thread has exclusively locked.
|
static DebuggingThreadLocal<ArrayList<String>> |
MVTable.SHARED_LOCKS
The tables names this thread has a shared lock on.
|
static DebuggingThreadLocal<String> |
MVTable.WAITING_FOR_LOCK
The table name this thread is waiting to lock.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.