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 class
BDirNode
class
BLeafNode
Fields in com._1c.g5.v8.xmdb.impl declared as BNode Modifier and Type Field Description BNode
TreeCacheReal.CacheNodeEntry. value
Methods in com._1c.g5.v8.xmdb.impl that return BNode Modifier and Type Method Description static BNode
BNode. deserialize(int t, byte[] bytes, boolean storeValuesInLeaf)
Read BNode from byte[]BNode
ITreeCache. get(long cLink, boolean storeValuesInLeaf, int t, int segment)
Read BNode from cache.BNode
TreeCacheInMemory. get(long cLink, boolean storeValuesInLeaf, int t, int segment)
BNode
TreeCacheReal. get(long cLink, boolean storeValuesInLeaf, int t, int segment)
static BNode
BNode. initBy(BNode original, BTreeMap map)
Methods in com._1c.g5.v8.xmdb.impl with parameters of type BNode Modifier and Type Method Description static BNode
BNode. initBy(BNode original, BTreeMap map)
boolean
BTreeMap. isNodeFull(BNode node)
Test: if specified node is fulllong
ITreeCache. put(long oldPos, BNode val, int segment, boolean valInLeaf, int preallocFreeSpace)
Put (insert or update) BNode into cache.long
TreeCacheInMemory. put(long oldPos, BNode val, int segment, boolean valInLeaf, int preallocFreeSpace)
long
TreeCacheReal. 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)
-