Uses of Class
com._1c.g5.v8.xmdb.impl.BNode
Packages that use BNode
-
Uses of BNode in com._1c.g5.v8.xmdb.impl
Subclasses of BNode in com._1c.g5.v8.xmdb.implFields in com._1c.g5.v8.xmdb.impl declared as BNodeMethods in com._1c.g5.v8.xmdb.impl that return BNodeModifier and TypeMethodDescriptionstatic BNode
BNode.deserialize
(int t, byte[] bytes, boolean storeValuesInLeaf) Read BNode from byte[]ITreeCache.get
(long cLink, boolean storeValuesInLeaf, int t, int segment) Read BNode from cache.TreeCacheInMemory.get
(long cLink, boolean storeValuesInLeaf, int t, int segment) TreeCacheReal.get
(long cLink, boolean storeValuesInLeaf, int t, int segment) static BNode
Methods in com._1c.g5.v8.xmdb.impl with parameters of type BNodeModifier and TypeMethodDescriptionstatic BNode
final boolean
BTreeMap.isNodeFull
(BNode node) Test: if specified node is fulllong
Put (insert or update) BNode into cache.long
TreeCacheInMemory.put
(long oldPos, BNode val, int segment, boolean valInLeaf, int preallocFreeSpace) long
Constructors in com._1c.g5.v8.xmdb.impl with parameters of type BNode