Uses of Class
com._1c.g5.v8.xmdb.impl.Engine
-
Packages that use Engine Package Description com._1c.g5.v8.xmdb com._1c.g5.v8.xmdb.impl -
-
Uses of Engine in com._1c.g5.v8.xmdb
Methods in com._1c.g5.v8.xmdb that return Engine Modifier and Type Method Description EngineDatabase. getEngine()Get database internal engine -
Uses of Engine in com._1c.g5.v8.xmdb.impl
Fields in com._1c.g5.v8.xmdb.impl declared as Engine Modifier and Type Field Description protected EngineTreeCacheReal. engineMethods in com._1c.g5.v8.xmdb.impl that return Engine Modifier and Type Method Description EngineDatabaseImpl. getEngine()EngineDatabaseInMemory. getEngine()EngineITreeCache. getEngine()Get underlying db engineEngineTreeCacheInMemory. getEngine()EngineTreeCacheReal. getEngine()Methods in com._1c.g5.v8.xmdb.impl with parameters of type Engine Modifier and Type Method Description voidDatabaseImpl. setEngine(Engine engine)Constructors in com._1c.g5.v8.xmdb.impl with parameters of type Engine Constructor Description DatabaseImpl(Engine engine, ITreeCache cache, boolean lazySync, boolean openTest)TreeCacheReal(Engine engine, int writeCacheSize, int readCacheSize, int valueCacheSize, boolean threadSafe, int objectBatchBS)
-