0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-08 11:38:35 +02:00
construct/include/ircd/db/database/env
2019-01-23 13:34:50 -08:00
..
directory.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
env.h ircd::db: Create database/env.h index of all database/env/ headers. 2019-01-23 13:34:50 -08:00
file_lock.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
port.h ircd::db: Add noexcept specifiers to all port interfaces. 2018-12-16 16:27:11 -08:00
random_access_file.h ircd::db: Add read options for 'aio' and 'all' to file env classes. 2018-12-18 14:44:25 -08:00
random_rw_file.h ircd::db: Add read options for 'aio' and 'all' to file env classes. 2018-12-18 14:44:25 -08:00
README.md ircd::db: Update and add various README's. 2018-09-19 16:11:21 -07:00
sequential_file.h ircd::db: Add state and conditions for AIO operations on sequential_file. 2018-12-15 20:29:54 -08:00
state.h ircd::db: Add a counter for the env pool tasks. 2018-12-31 16:12:10 -08:00
writable_file.h ircd::db: Wire up more IOPriority and write_opts related. 2018-12-27 14:58:04 -08:00

This directory contains extremely low-level backend interfaces which allow IRCd to customize the embedded behavior of RocksDB through its callback and virtual interfaces.

These interfaces are not useful to developers wishing to use the ircd::db database interface. These interfaces are furthermore not useful to developers wishing to add functionality to the ircd::db interface either.

You are now two levels away from the public ircd::db interface included in the standard include stack.