Package | Description |
---|---|
org.h2.mvstore |
A persistent storage for tree maps.
|
Modifier and Type | Class and Description |
---|---|
class |
OffHeapStore
A storage mechanism that "persists" data in the off-heap area of the main
memory.
|
Modifier and Type | Method and Description |
---|---|
FileStore |
MVStore.getFileStore()
Get the file store.
|
Modifier and Type | Method and Description |
---|---|
MVStore.Builder |
MVStore.Builder.fileStore(FileStore store)
Use the provided file store instead of the default one.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.