| BDirNode |
|
| BLeafNode |
|
| BNode |
|
| BTreeMap<K,V> |
B*Tree (values store only in leaf nodes)
|
| CompactLink |
Compact link library.
|
| ComplexValue |
Value as list of key/value pairs
|
| DatabaseImpl |
Database impletemtation: store&manage list of indexes
|
| DatabaseInMemory |
In memory database (no real file operations)
|
| Engine |
|
| IndexDescriptor |
Store all index parameters in head of storage engine
|
| Messages |
|
| SLRUCacheMT<K,V> |
Multithread SLRU cache implementation
|
| TransactionalKVSImpl<K,V> |
|
| TreeCacheInMemory |
In memory cache implementation
|
| TreeCacheReal |
Global database cache for all index in db.
|
| TreeCacheReal.CacheEntry |
|
| TreeCacheReal.CacheNodeEntry |
|
| TreeCacheReal.CacheObjectEntry |
|
| Utils |
|
| Volume |
Wrapper around file with databse
|
| XmdbPlugin |
|