Expand description
Worker requests.
Structsยง
- Compaction
Failed ๐ - A failing compaction result.
- Compaction
Finished ๐ - Notifies a compaction job has finished.
- Flush
Failed ๐ - Notifies a flush job is failed.
- Flush
Finished ๐ - Notifies a flush job is finished.
- Option
Output ๐Tx - Optional output result sender.
- Output
Tx - Oneshot output result sender.
- Region
Change ๐Result - Notifies the region the result of writing region change action.
- Region
Edit ๐Request - Request to edit a region directly.
- Region
Edit ๐Result - Notifies the regin the result of editing region.
- Region
Sync ๐Request - Sender
DdlRequest ๐ - Sender and Ddl request.
- Sender
Write ๐Request - Sender and write request.
- Truncate
Result ๐ - Notifies the truncate result of a region.
- Write
Request - Request to write a region.
Enumsยง
- Background
Notify ๐ - Notification from a background job.
- DdlRequest ๐
- DDL request to a region.
- Worker
Request ๐ - Request sent to a worker
Traitsยง
- OnFailure ๐
- Callback on failure.
Functionsยง
- proto_
value_ ๐type_ match - validate_
proto_ ๐value - Validate proto value schema.