| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
OffHeapStore
A storage mechanism that "persists" data in the off-heap area of the main
memory.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FileStore |
MVStore.getFileStore()
Get the file store.
|
FileStore |
MVStore.getFileStore()
Get the file store.
|
FileStore |
FileStore.open(String fileName,
boolean readOnly) |
FileStore |
FileStore.open(String fileName,
boolean readOnly) |
| 限定符和类型 | 方法和说明 |
|---|---|
MVStore.Builder |
MVStore.Builder.adoptFileStore(FileStore store) |
MVStore.Builder |
MVStore.Builder.adoptFileStore(FileStore store) |
MVStore.Builder |
MVStore.Builder.fileStore(FileStore store)
Use the provided file store instead of the default one.
|
MVStore.Builder |
MVStore.Builder.fileStore(FileStore store)
Use the provided file store instead of the default one.
|
Copyright © 2022. All rights reserved.