Package | Description |
---|---|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
Modifier and Type | Method and Description |
---|---|
void |
MVTableEngine.Store.removeTemporaryMaps(BitField objectIds)
Remove all temporary maps.
|
Modifier and Type | Method and Description |
---|---|
BitField |
PageStore.getObjectIds() |
Constructor and Description |
---|
PageOutputStream(PageStore store,
int trunkPage,
BitField exclude,
int logKey,
boolean atEnd)
Create a new page output stream.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.