| Interface | Description |
|---|---|
| SharedEntryBuffer |
This is a common interface which allows CompactInMemoryColumnValueStore to switch between single- and multi-page
implementations based on number of entries at runtime.
|
| Class | Description |
|---|---|
| BufferPageUtils |
This is a collection of static methods to help read a BufferPage from a stream it was previously dumped to
|
| InMemoryKeyColumnValueStore |
An in-memory implementation of
KeyColumnValueStore. |
| InMemoryKeyColumnValueStoreFragmentationReport | |
| InMemoryKeyColumnValueStoreFragmentationReport.Builder | |
| InMemoryStoreManager |
In-memory backend storage engine.
|
| MemoryEntryList | |
| MultiPageEntryBuffer |
"Multi-page" implementation of SharedEntryBuffer.
|
| SharedEntryBufferFragmentationReport | |
| SharedEntryBufferFragmentationReport.Builder | |
| SinglePageEntryBuffer |
"Single page" implementation of SharedEntryBuffer.
|
Copyright © 2012–2023. All rights reserved.