Uses of Interface
com._1c.g5.v8.xmdb.impl.ITreeCache
-
Packages that use ITreeCache Package Description com._1c.g5.v8.xmdb com._1c.g5.v8.xmdb.impl -
-
Uses of ITreeCache in com._1c.g5.v8.xmdb
Methods in com._1c.g5.v8.xmdb that return ITreeCache Modifier and Type Method Description ITreeCacheDatabase. getCache()Get database internal cacheITreeCacheKeyValueStorage. getCache()Get internal index cache (same as database cache) -
Uses of ITreeCache in com._1c.g5.v8.xmdb.impl
Classes in com._1c.g5.v8.xmdb.impl that implement ITreeCache Modifier and Type Class Description classTreeCacheInMemoryIn memory cache implementationclassTreeCacheRealGlobal database cache for all index in db.Methods in com._1c.g5.v8.xmdb.impl that return ITreeCache Modifier and Type Method Description ITreeCacheBTreeMap. getCache()Get internal index cache (same as database cache)ITreeCacheDatabaseImpl. getCache()ITreeCacheDatabaseInMemory. getCache()ITreeCacheTransactionalKVSImpl. getCache()Methods in com._1c.g5.v8.xmdb.impl with parameters of type ITreeCache Modifier and Type Method Description static IndexDescriptorIndexDescriptor. deserialize(ITreeCache cache, ByteBuffer bytes, long cLink)voidBTreeMap. init(ITreeCache cache, byte valueType, int t, int splitSeparator, int mergeSeparator, boolean threadSafe, boolean valInLeaf, int preallocFreeSpace, int segment, long rootCLink, int size, int nodeCount, int height)Constructors in com._1c.g5.v8.xmdb.impl with parameters of type ITreeCache Constructor Description BTreeMap(ITreeCache cache, byte valueType, int t, int splitSeparator, int mergeSeparator, boolean threadSafe, boolean valInLeaf, int preallocFreeSpace, int segment, long rootCLink, int size, int nodeCount, int height)BTree constructorDatabaseImpl(Engine engine, ITreeCache cache, boolean lazySync, boolean openTest)DatabaseInMemory(ITreeCache cache)
-