| Class | Description |
|---|---|
| Page |
A page.
|
| PageFreeList |
The list of free pages of a page store.
|
| PageInputStream |
An input stream that reads from a page store.
|
| PageLog |
Transaction log mechanism.
|
| PageOutputStream |
An output stream that writes into a page store.
|
| PageStore |
This class represents a file that is organized as a number of pages.
|
| PageStoreInDoubtTransaction |
Represents an in-doubt transaction (a transaction in the prepare phase).
|
| PageStreamData |
A data page of a stream.
|
| PageStreamTrunk |
A trunk page of a stream.
|
| WriterThread |
The writer thread is responsible to flush the transaction log
from time to time.
|
PageStore table engine.