Class | Description |
---|---|
LocalPageStore |
The
LocalPageStore is an implementation of PageStore which
stores all pages in a directory somewhere on the local disk. |
LocalPageStoreOptions |
Options used to instantiate the
LocalPageStore . |
PageStoreOptions |
Options used to instantiate a
PageStore . |
RocksPageStore |
A page store implementation which utilizes rocksDB to persist the data.
|
RocksPageStoreOptions |
Options used to instantiate
RocksPageStore . |
Enum | Description |
---|---|
PageStoreType |
This represents the different page store implementations that can be instantiated.
|
Copyright © 2023. All Rights Reserved.