Uses of Class
com._1c.g5.v8.xmdb.impl.BNode
-
Packages that use BNode Package Description com._1c.g5.v8.xmdb.impl -
-
Uses of BNode in com._1c.g5.v8.xmdb.impl
Subclasses of BNode in com._1c.g5.v8.xmdb.impl Modifier and Type Class Description classBDirNodeclassBLeafNodeFields in com._1c.g5.v8.xmdb.impl declared as BNode Modifier and Type Field Description BNodeTreeCacheReal.CacheNodeEntry. valueMethods in com._1c.g5.v8.xmdb.impl that return BNode Modifier and Type Method Description static BNodeBNode. deserialize(int t, byte[] bytes, boolean storeValuesInLeaf)Read BNode from byte[]BNodeITreeCache. get(long cLink, boolean storeValuesInLeaf, int t, int segment)Read BNode from cache.BNodeTreeCacheInMemory. get(long cLink, boolean storeValuesInLeaf, int t, int segment)BNodeTreeCacheReal. get(long cLink, boolean storeValuesInLeaf, int t, int segment)static BNodeBNode. initBy(BNode original, BTreeMap map)Methods in com._1c.g5.v8.xmdb.impl with parameters of type BNode Modifier and Type Method Description static BNodeBNode. initBy(BNode original, BTreeMap map)booleanBTreeMap. isNodeFull(BNode node)Test: if specified node is fulllongITreeCache. put(long oldPos, BNode val, int segment, boolean valInLeaf, int preallocFreeSpace)Put (insert or update) BNode into cache.longTreeCacheInMemory. put(long oldPos, BNode val, int segment, boolean valInLeaf, int preallocFreeSpace)longTreeCacheReal. put(long oldPos, BNode val, int segment, boolean valInLeaf, int preallocFreeSpace)Constructors in com._1c.g5.v8.xmdb.impl with parameters of type BNode Constructor Description CacheNodeEntry(BNode value, int segment)
-