Uses of Interface
com._1c.g5.v8.xmdb.impl.ITreeCache
Packages that use ITreeCache
-
Uses of ITreeCache in com._1c.g5.v8.xmdb
Methods in com._1c.g5.v8.xmdb that return ITreeCache -
Uses of ITreeCache in com._1c.g5.v8.xmdb.impl
Classes in com._1c.g5.v8.xmdb.impl that implement ITreeCacheModifier and TypeClassDescriptionclass
In memory cache implementationclass
Global database cache for all index in db.Methods in com._1c.g5.v8.xmdb.impl that return ITreeCacheModifier and TypeMethodDescriptionBTreeMap.getCache()
Get internal index cache (same as database cache)DatabaseImpl.getCache()
DatabaseInMemory.getCache()
TransactionalKVSImpl.getCache()
Methods in com._1c.g5.v8.xmdb.impl with parameters of type ITreeCacheModifier and TypeMethodDescriptionstatic IndexDescriptor
IndexDescriptor.deserialize
(ITreeCache cache, ByteBuffer bytes, long cLink) void
BTreeMap.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 ITreeCacheModifierConstructorDescriptionBTreeMap
(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)