Uses of Class
org.h2.mvstore.MVStore.BackgroundWriterThread
-
Packages that use MVStore.BackgroundWriterThread Package Description org.h2.mvstore A persistent storage for tree maps. -
-
Uses of MVStore.BackgroundWriterThread in org.h2.mvstore
Fields in org.h2.mvstore with type parameters of type MVStore.BackgroundWriterThread Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<MVStore.BackgroundWriterThread>
MVStore. backgroundWriterThread
Reference to a background thread, which is expected to be running, if any.
-