0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 09:15:19 +02:00
construct/include/ircd/db/database
2019-01-16 13:21:36 -08:00
..
env ircd::db: Add a counter for the env pool tasks. 2018-12-31 16:12:10 -08:00
cache.h ircd::db: Maintain our own names for caches. 2019-01-11 16:21:04 -08: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
comparator.h deps: Upgrade RocksDB. 2018-12-10 11:29:38 -08:00
database.h ircd::db: Add cfid() lookup suite. 2019-01-16 13:21:36 -08:00
events.h
logger.h ircd::db: Rename database::logs to database::logger. 2018-12-10 13:26:46 -08:00
mergeop.h
prefix_transform.h
README.md
rocksdb.h ircd::db: Simplify/Consolidate error hierarchy. 2018-12-24 13:32:22 -08:00
snapshot.h
sst.h
stats.h
txn.h
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.