Kyoto Cabinet
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
kyotocabinet::ArcfourCompressorCompressor with the Arcfour cipher
kyotocabinet::AtomicInt64Integer with atomic operations
kyotocabinet::BasicDBBasic implementation of database
kyotocabinet::CacheDBOn-memory hash database with LRU deletion
kyotocabinet::ComparatorInterfrace of comparator of record keys
kyotocabinet::CompressorInterfrace of data compression and decompression
kyotocabinet::CondMapAssosiative condition variable
kyotocabinet::CondVarCondition variable
kyotocabinet::PlantDB< BASEDB, DBTYPE >::CursorCursor to indicate a record
kyotocabinet::DirDB::CursorCursor to indicate a record
kyotocabinet::PolyDB::CursorCursor to indicate a record
kyotocabinet::CacheDB::CursorCursor to indicate a record
kyotocabinet::ProtoDB< STRMAP, DBTYPE >::CursorCursor to indicate a record
kyotocabinet::HashDB::CursorCursor to indicate a record
kyotocabinet::StashDB::CursorCursor to indicate a record
kyotocabinet::DB::CursorInterface of cursor to indicate a record
kyotocabinet::TextDB::CursorCursor to indicate a record
kyotocabinet::BasicDB::CursorInterface of cursor to indicate a record
kyotocabinet::DBInterface of database abstraction
kyotocabinet::DecimalComparatorComparator in the decimal order
kyotocabinet::DecimalDescendingComparatorComparator in the decimal descending order
kyotocabinet::DirDBDirectory hash database
kyotocabinet::DirStreamDirectory stream abstraction
kyotocabinet::BasicDB::ErrorError data
kyotocabinet::FileFilesystem abstraction
kyotocabinet::BasicDB::FileProcessorInterface to process the database file
kyotocabinet::HashDBFile hash database
kyotocabinet::IndexDBIndex database
kyotocabinet::LinkedHashMap< KEY, VALUE, HASH, EQUALTO >::IteratorIterator of records
kyotocabinet::TinyHashMap::IteratorIterator of records
KCCURC wrapper of polymorphic cursor
KCDBC wrapper of polymorphic database
KCIDXC wrapper of index database
KCLISTC wrapper of memory-saving string hash map
KCMAPC wrapper of memory-saving string hash map
KCMAPITERC wrapper of iterator of memory-saving string hash map
KCMAPSORTC wrapper of sorter of memory-saving string hash map
KCRECKey-Value record
KCSTRBinary string of byte array
kyotocabinet::LexicalComparatorComparator in the lexical order
kyotocabinet::LexicalDescendingComparatorComparator in the lexical descending order
kyotocabinet::LinkedHashMap< KEY, VALUE, HASH, EQUALTO >Doubly-linked hash map
kyotocabinet::BasicDB::LoggerInterface to log internal information and errors
kyotocabinet::LZMALZMA compressor
kyotocabinet::LZMACompressor< MODE >Compressor with LZMA
kyotocabinet::LZOLZO compressor
kyotocabinet::LZOCompressor< MODE >Compressor with LZO
kyotocabinet::MapReduceMapReduce framework
kyotocabinet::BasicDB::MetaTriggerInterface to trigger meta database operations
kyotocabinet::MutexBasic mutual exclusion device
kyotocabinet::PlantDB< BASEDB, DBTYPE >Plant database
kyotocabinet::PolyDBPolymorphic database
kyotocabinet::BasicDB::ProgressCheckerInterface to check progress status of long process
kyotocabinet::ProtoDB< STRMAP, DBTYPE >Prototype implementation of database with STL
kyotocabinet::MapReduce::ReduceTaskQueue::ReduceTaskTask for parallel reducer
kyotocabinet::RegexRegular expression
kyotocabinet::RWLockReader-writer locking device
kyotocabinet::ScopedMutexScoped mutex device
kyotocabinet::ScopedRWLockScoped reader-writer locking device
kyotocabinet::ScopedSpinLockScoped spin lock device
kyotocabinet::ScopedSpinRWLockScoped reader-writer locking device
kyotocabinet::SlottedMutexSlotted mutex device
kyotocabinet::SlottedRWLockSlotted reader-writer lock devices
kyotocabinet::SlottedSpinLockSlotted spin lock devices
kyotocabinet::SlottedSpinRWLockSlotted lightweight reader-writer lock devices
kyotocabinet::TinyHashMap::SorterSorter of records
kyotocabinet::SpinLockLightweight mutual exclusion device
kyotocabinet::SpinRWLockLightweight reader-writer locking device
kyotocabinet::StashDBEconomical on-memory hash database
kyotocabinet::File::StatusStatus information
kyotocabinet::TaskQueue::TaskInterface of a task
kyotocabinet::TaskQueueTask queue device
kyotocabinet::TextDBPlain text database
kyotocabinet::ThreadThreading device
kyotocabinet::TinyArrayListMemory-saving string array list
kyotocabinet::TinyHashMapMemory-saving string hash map
kyotocabinet::TSD< TYPE >Smart pointer to thread specific data
kyotocabinet::TSDKeyKey of thread specific data
kyotocabinet::MapReduce::ValueIteratorValue iterator for the reducer
kyotocabinet::DB::VisitorInterface to access a record
kyotocabinet::ZLIBZLIB compressor
kyotocabinet::ZLIBCompressor< MODE >Compressor with ZLIB