Package | Description |
---|---|
org.h2.mvstore |
A persistent storage for tree maps.
|
org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
Modifier and Type | Field and Description |
---|---|
protected MVStore |
MVMap.store
The store.
|
Modifier and Type | Method and Description |
---|---|
MVStore |
MVMap.getStore() |
MVStore |
MVStore.Builder.open()
Open the store.
|
static MVStore |
MVStore.open(String fileName)
Open a store in exclusive mode.
|
Modifier and Type | Method and Description |
---|---|
static void |
MVStoreTool.compact(MVStore source,
MVStore target)
Copy all live pages from the source store to the target store.
|
protected void |
MVMap.init(MVStore store,
HashMap<String,Object> config)
Open this map with the given store and configuration.
|
Modifier and Type | Method and Description |
---|---|
MVStore |
MVTableEngine.Store.getStore() |
Constructor and Description |
---|
TransactionStore(MVStore store)
Create a new transaction store.
|
TransactionStore(MVStore store,
DataType dataType)
Create a new transaction store.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.