Package com._1c.g5.v8.xmdb
-
Interface Summary Interface Description BEntryIterator<Entry> Iterator through BTreeMap key-value pairs.Const Database Database store unlimit number of index, manage engines and so on...KeyValueStorage<K,V> Key-value storage (index)TransactionalKVS<K,V> Wrapper around standart KeyValueStorage with transactional features (merge, commit, rollback) -
Class Summary Class Description CollisionTest Test ComplexValue and other collision control mechanismsCollisionTest.CollisionMiner To find some new collision if we cahnge hash methodDatabaseBuilder Class to create/load XMDB databasesIndexBuilder Class to create/load indexesIndexTest Some functional tests on KeyValueStorage/TransactionalKVSStoreTest -
Exception Summary Exception Description DBException Database specific exceptionsDBException.ConfigError Wrong db configDBException.EngineGetVoid Error while DB engine read by empty cLinkDBException.OpenFail Error while opening databaseDBException.UnsafeError Error while work with UnsafeDBException.VolumeIOError Disk errors wrapper (no free space,...)