Expand description
Structs and utilities for writing regions.
Modulesยง
- handle_
alter ๐Handling alter related requests. - handle_
catchup ๐Handling catchup request. - handle_
close ๐Handling close request. - handle_
compaction ๐ - handle_
create ๐Handling create request. - handle_
drop ๐Handling drop request. - handle_
flush ๐Handling flush related requests. - handle_
manifest ๐Handles manifest. - handle_
open ๐Handling open request. - handle_
truncate ๐Handling truncate related requests. - handle_
write ๐Handling write requests.
Structsยง
- Region
Worker ๐Worker to write and alter regions bound to it. - Region
Worker ๐Loop Background worker loop to handle requests. - Stalled
Requests ๐Buffer for stalled write requests. - Worker
Group ๐A fixed size group of RegionWorkers. - Worker
Listener ๐Wrapper that only calls event listener in tests. - Worker
Starter ๐Worker start config.
Constantsยง
- Interval to check whether regions should flush.
- DROPPING_
MARKER_ ๐FILE - Max delay to check region periodical tasks.
Functionsยง
- region_
id_ ๐to_ index - Computes a initial check delay for a worker.
Type Aliasesยง
- Request
Buffer ๐ - Worker
Id ๐Identifier for a worker.