| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected MVStore |
MVMap.store
The store.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MVStore |
MVMap.getStore() |
MVStore |
MVStore.Builder.open()
Open the store.
|
static MVStore |
MVStore.open(String fileName)
Open a store in exclusive mode.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MVStore |
MVTableEngine.Store.getStore() |
| 构造器和说明 |
|---|
TransactionStore(MVStore store)
Create a new transaction store.
|
TransactionStore(MVStore store,
DataType dataType)
Create a new transaction store.
|
Copyright © 2017. All rights reserved.