Uses of Class
com.db4o.internal.btree.BTree
- 
Packages that use BTree Package Description com.db4o.defragment com.db4o.internal com.db4o.internal.btree com.db4o.internal.classindex com.db4o.internal.convert.conversions com.db4o.internal.fieldindex 
- 
- 
Uses of BTree in com.db4o.defragmentMethods in com.db4o.defragment that return BTree Modifier and Type Method Description BTreeDefragmentServicesImpl. sourceUuidIndex()Methods in com.db4o.defragment with parameters of type BTree Modifier and Type Method Description voidFirstPassCommand. processBTree(DefragmentServicesImpl context, BTree btree)voidDefragmentServices. registerBTreeIDs(BTree tree, IDMappingCollector collector)voidDefragmentServicesImpl. registerBTreeIDs(BTree btree, IDMappingCollector collector)voidDefragmentServices. traverseAllIndexSlots(BTree tree, Visitor4 visitor4)voidDefragmentServicesImpl. traverseAllIndexSlots(BTree btree, Visitor4 command)
- 
Uses of BTree in com.db4o.internalMethods in com.db4o.internal that return BTree Modifier and Type Method Description BTreeLocalObjectContainer. createBTreeClassIndex(int id)BTreeCommitTimestampFieldMetadata. getIndex(Transaction trans)BTreeFieldMetadata. getIndex(Transaction trans)BTreeUUIDFieldMetadata. getIndex(Transaction transaction)BTreeCommitTimestampSupport. idToTimestamp()protected BTreeFieldMetadata. newBTree(Transaction systemTrans, int id)BTreeCommitTimestampSupport. timestampToId()
- 
Uses of BTree in com.db4o.internal.btreeMethods in com.db4o.internal.btree that return BTree Modifier and Type Method Description BTreeBTreeNode. btree()BTreeBTree. debugLoadFully(Transaction trans)Methods in com.db4o.internal.btree with parameters of type BTree Modifier and Type Method Description protected voidBTreeCancelledRemoval. adjustSizeOnRemovalByOtherTransaction(BTree btree, BTreeNode node)protected voidBTreeRemove. adjustSizeOnRemovalByOtherTransaction(BTree btree, BTreeNode node)protected abstract voidBTreeUpdate. adjustSizeOnRemovalByOtherTransaction(BTree btree, BTreeNode node)java.lang.ObjectBTreeAdd. commit(Transaction trans, BTree btree, BTreeNode node)abstract java.lang.ObjectBTreePatch. commit(Transaction trans, BTree btree, BTreeNode node)java.lang.ObjectBTreeUpdate. commit(Transaction trans, BTree btree, BTreeNode node)protected voidBTreeCancelledRemoval. committed(BTree btree)protected voidBTreeRemove. committed(BTree btree)protected abstract voidBTreeUpdate. committed(BTree btree)protected java.lang.ObjectBTreeUpdate. internalCommit(Transaction trans, BTree btree)voidBTreeUpdate. removedBy(Transaction trans, BTree btree, BTreeNode node)java.lang.ObjectBTreeAdd. rollback(Transaction trans, BTree btree)abstract java.lang.ObjectBTreePatch. rollback(Transaction trans, BTree btree)java.lang.ObjectBTreeUpdate. rollback(Transaction trans, BTree btree)protected java.lang.ObjectBTreeAdd. rolledBack(BTree btree)Constructors in com.db4o.internal.btree with parameters of type BTree Constructor Description BTreeIterator(Transaction trans, BTree bTree)BTreeNode(int id, BTree btree)BTreeNode(BTree btree, int count, boolean isLeaf, int parentID, int previousID, int nextID)BTreeRangeSingle(Transaction transaction, BTree btree, BTreePointer first, BTreePointer end)
- 
Uses of BTree in com.db4o.internal.classindexMethods in com.db4o.internal.classindex that return BTree Modifier and Type Method Description BTreeBTreeClassIndexStrategy. btree()static BTreeBTreeClassIndexStrategy. btree(ClassMetadata clazz)
- 
Uses of BTree in com.db4o.internal.convert.conversionsMethods in com.db4o.internal.convert.conversions with parameters of type BTree Modifier and Type Method Description voidClassIndexesToBTrees_5_5. convert(LocalObjectContainer container, int classIndexId, BTree bTree)
- 
Uses of BTree in com.db4o.internal.fieldindexMethods in com.db4o.internal.fieldindex that return BTree Modifier and Type Method Description BTreeIndexedNode. getIndex()BTreeIndexedNodeBase. getIndex()BTreeJoinedLeaf. getIndex()
 
-