Skip to main content

Module pool

Module pool 

Source

Modulesยง

configure ๐Ÿ”’

Structsยง

Get ๐Ÿ”’
Multi-point-query
Pool ๐Ÿ”’
Frontend thread-pool. Operating system threads are used to make database requests which are not cached. These thread-blocking requests are offloaded from the tokio async workers and executed on this threadpool.
Seek ๐Ÿ”’
Iterator-seek. Note: only initial seek is supported at this time on the assumption rocksdb prefetching prevents mid-iteration polls from blocking on I/O.

Enumsยง

Cmd ๐Ÿ”’
Operations which can be submitted to the pool.

Constantsยง

BATCH_INLINE ๐Ÿ”’
QUEUE_LIMIT ๐Ÿ”’
WORKER_LIMIT ๐Ÿ”’
WORKER_NAME ๐Ÿ”’
WORKER_STACK_SIZE ๐Ÿ”’

Functionsยง

handle_batch ๐Ÿ”’
handle_get ๐Ÿ”’
handle_iter ๐Ÿ”’
into_recv_get ๐Ÿ”’
into_recv_seek ๐Ÿ”’
into_send_get ๐Ÿ”’
into_send_seek ๐Ÿ”’
worker_handle ๐Ÿ”’

Type Aliasesยง

BatchQuery ๐Ÿ”’
BatchResult ๐Ÿ”’
ResultHandle ๐Ÿ”’