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 ITreeCache
Database. getCache()
Get database internal cacheITreeCache
KeyValueStorage. 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 class
TreeCacheInMemory
In memory cache implementationclass
TreeCacheReal
Global database cache for all index in db.Methods in com._1c.g5.v8.xmdb.impl that return ITreeCache Modifier and Type Method Description ITreeCache
BTreeMap. getCache()
Get internal index cache (same as database cache)ITreeCache
DatabaseImpl. getCache()
ITreeCache
DatabaseInMemory. getCache()
ITreeCache
TransactionalKVSImpl. getCache()
Methods in com._1c.g5.v8.xmdb.impl with parameters of type ITreeCache Modifier and Type Method Description static 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 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)
-