| ChecksummedDataInput |
|
| Hint |
Encapsulates the hinted mutation, its creation time, and the gc grace seconds param for each table involved.
|
| HintMessage |
The message we use to dispatch and forward hints.
|
| HintsService |
A singleton-ish wrapper over various hints components:
- a catalog of all hints stores
- a single-threaded write executor
- a multi-threaded dispatch executor
- the buffer pool for writing hints into
- an optional scheduled task to clean up the applicable hints files
The front-end for everything hints related.
|
| HintsServiceMBean |
|
| HintVerbHandler |
Verb handler used both for hint dispatch and streaming.
|
| InputPosition |
Marker interface for file positions as provided by the various ChecksummedDataReader implementations.
|
| PendingHintsInfo |
|
| SerializableHintMessage |
|