0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 01:58:35 +02:00
construct/include/ircd/db/database
2018-09-21 17:33:34 -07:00
..
env ircd::db: Update and add various README's. 2018-09-19 16:11:21 -07:00
cache.h ircd::db: Add custom cache stats ticker. 2018-09-05 03:13:05 -07:00
column.h ircd::db: Move database::descriptor out to db::descriptor. 2018-09-19 15:38:37 -07:00
compaction_filter.h ircd::db: Mask interruption; noexcept in filter overrides. 2018-09-19 17:16:08 -07:00
comparator.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
database.h ircd::db: Add a fileinfo wrapping interface. 2018-09-20 15:57:15 -07:00
events.h ircd::db: Update event-listener related. 2018-09-18 18:37:46 -07:00
fileinfo.h ircd::db: Support SST dump tooling. 2018-09-21 17:33:34 -07:00
logs.h ircd::db: Additional trivial vtable placements. 2018-08-28 15:44:03 -07:00
mergeop.h ircd::db: Additional trivial vtable placements. 2018-08-28 15:44:03 -07:00
options.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
prefix_transform.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
README.md ircd::db: Update and add various README's. 2018-09-19 16:11:21 -07:00
rocksdb.h ircd::db: Add a fileinfo wrapping interface. 2018-09-20 15:57:15 -07:00
snapshot.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
stats.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
txn.h ircd::db: Move txn::handler struct to db/database headers. 2018-03-22 20:47:46 -07:00

This directory contains lower-level interfaces which generally require including RocksDB for symbols which cannot be forward declared. These are used internally by ircd/db.cc and are not necessary for developers wishing to use ircd::db. The public interfaces to ircd::db are one directory up.

The only essential public interface here in the standard include stack is database.h itself. Also note that ircd::db::database is typedef'ed to ircd::database.