0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-08 17:55:47 +02:00
construct/include/ircd/db/database
2018-10-18 08:27:03 -07:00
..
env ircd::db: Precache required buffer alignment of random access file for repeat calls. 2018-10-18 08:27:03 -07:00
cache.h ircd::db: Add per-cache statistics. 2018-09-26 18:00:18 -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
database.h ircd::db: Create an sst utility space; move fileinfo into sst. 2018-09-22 13:28:44 -07:00
events.h ircd::db: Update event-listener related. 2018-09-18 18:37:46 -07:00
logs.h
mergeop.h
options.h
prefix_transform.h
README.md ircd::db: Update and add various README's. 2018-09-19 16:11:21 -07:00
rocksdb.h ircd::db: Use cfmd rather than live-files way to get column family metadata. 2018-09-24 23:10:27 -07:00
snapshot.h
sst.h ircd::db: Use cfmd rather than live-files way to get column family metadata. 2018-09-24 23:10:27 -07:00
stats.h ircd::db: Add per-cache statistics. 2018-09-26 18:00:18 -07:00
txn.h deps: RocksDB to v5.15.10. 2018-10-15 22:31:29 -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.