0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00
construct/include/ircd/db/database
2018-12-19 12:52:08 -08:00
..
env ircd::db: Add read options for 'aio' and 'all' to file env classes. 2018-12-18 14:44:25 -08:00
cache.h ircd::db: Move stats ticker hostpoint from database::cache to database::column. 2018-10-20 23:30:27 -07:00
column.h ircd::db: Fix interface / linkage for getting ColumnFamilyOptions ref from database::column. 2018-11-30 15:19:00 -08:00
compaction_filter.h ircd::db: Mask interruption; noexcept in filter overrides. 2018-09-19 17:16:08 -07:00
comparator.h deps: Upgrade RocksDB. 2018-12-10 11:29:38 -08:00
database.h ircd::log: Rename facility to level. 2018-12-19 12:52:08 -08:00
events.h ircd::db: Update event-listener related. 2018-09-18 18:37:46 -07:00
logger.h ircd::db: Rename database::logs to database::logger. 2018-12-10 13:26:46 -08:00
mergeop.h ircd::db: Additional trivial vtable placements. 2018-08-28 15:44:03 -07: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 WAL information interface w/ console cmd. 2018-12-10 14:14:55 -08:00
snapshot.h ircd::db: Split up / reorg database/env related. 2018-01-18 17:59:22 -08:00
sst.h ircd::db: Integrate more detailed rocksdb::TableProperties into db::sst::info. 2018-10-21 09:26:02 -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
wal.h ircd::db: Add WAL information interface w/ console cmd. 2018-12-10 14:14:55 -08: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.