| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| org.h2.mvstore.tx |
Helper classes to use the MVStore in a transactional manner.
|
| 限定符和类型 | 字段和说明 |
|---|---|
MVStore |
MVMap.store
The store.
|
MVStore |
MVMap.store
The store.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MVStore |
MVMap.getStore() |
MVStore |
MVMap.getStore() |
MVStore |
MVStore.Builder.open()
Open the store.
|
MVStore |
MVStore.Builder.open()
Open the store.
|
static MVStore |
MVStore.open(String fileName)
Open a store in exclusive mode.
|
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.
|
static void |
MVStoreTool.compact(MVStore source,
MVStore target)
Copy all live pages from the source store to the target store.
|
M |
MVMap.MapBuilder.create(MVStore store,
Map<String,Object> config)
Create a new map of the given type.
|
M |
MVMap.BasicBuilder.create(MVStore store,
Map<String,Object> config) |
M |
MVMap.MapBuilder.create(MVStore store,
Map<String,Object> config)
Create a new map of the given type.
|
M |
MVMap.BasicBuilder.create(MVStore store,
Map<String,Object> config) |
| 限定符和类型 | 方法和说明 |
|---|---|
MVStore |
Store.getMvStore() |
MVStore |
Store.getMvStore() |
| 构造器和说明 |
|---|
TransactionStore(MVStore store)
Create a new transaction store.
|
TransactionStore(MVStore store)
Create a new transaction store.
|
TransactionStore(MVStore store,
DataType<?> dataType) |
TransactionStore(MVStore store,
DataType<?> dataType) |
TransactionStore(MVStore store,
MetaType<?> metaDataType,
DataType<?> dataType,
int timeoutMillis)
Create a new transaction store.
|
TransactionStore(MVStore store,
MetaType<?> metaDataType,
DataType<?> dataType,
int timeoutMillis)
Create a new transaction store.
|
Copyright © 2022. All rights reserved.