Module request

Source
Expand description

Worker requests.

Structsยง

CompactionFailed ๐Ÿ”’
A failing compaction result.
CompactionFinished ๐Ÿ”’
Notifies a compaction job has finished.
FlushFailed ๐Ÿ”’
Notifies a flush job is failed.
FlushFinished ๐Ÿ”’
Notifies a flush job is finished.
OptionOutputTx ๐Ÿ”’
Optional output result sender.
OutputTx
Oneshot output result sender.
RegionChangeResult ๐Ÿ”’
Notifies the region the result of writing region change action.
RegionEditRequest ๐Ÿ”’
Request to edit a region directly.
RegionEditResult ๐Ÿ”’
Notifies the regin the result of editing region.
RegionSyncRequest ๐Ÿ”’
SenderDdlRequest ๐Ÿ”’
Sender and Ddl request.
SenderWriteRequest ๐Ÿ”’
Sender and write request.
TruncateResult ๐Ÿ”’
Notifies the truncate result of a region.
WriteRequest
Request to write a region.

Enumsยง

BackgroundNotify ๐Ÿ”’
Notification from a background job.
DdlRequest ๐Ÿ”’
DDL request to a region.
WorkerRequest ๐Ÿ”’
Request sent to a worker

Traitsยง

OnFailure ๐Ÿ”’
Callback on failure.

Functionsยง

proto_value_type_match ๐Ÿ”’
validate_proto_value ๐Ÿ”’
Validate proto value schema.