Interface | Description |
---|---|
PageReadTargetBuffer |
TargetBuffer for zero-copy read from page store.
|
PageStoreDir |
Directory of page store.
|
Class | Description |
---|---|
ByteArrayTargetBuffer |
Target buffer backed by bytes array for zero-copy read from page store.
|
ByteBufferTargetBuffer |
Target buffer backed by nio ByteBuffer for zero-copy read from page store.
|
LocalPageStore |
The
LocalPageStore is an implementation of PageStore which
stores all pages in a directory somewhere on the local disk. |
LocalPageStoreDir | |
MemoryPageStore |
The
MemoryPageStore is an implementation of PageStore which
stores all pages in memory. |
MemoryPageStoreDir |
Represents the dir and file level metadata of the MemPageStore.
|
PageStoreOptions |
Options used to instantiate a
PageStore . |
RocksPageStore |
A page store implementation which utilizes rocksDB to persist the data.
|
RocksPageStoreDir |
Represent the dir and file level metadata of a rocksdb page store.
|
Enum | Description |
---|---|
PageStoreType |
This represents the different page store implementations that can be instantiated.
|
Copyright © 2023. All Rights Reserved.