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.defragment
Methods in com.db4o.defragment that return BTree Modifier and Type Method Description BTree
DefragmentServicesImpl. sourceUuidIndex()
Methods in com.db4o.defragment with parameters of type BTree Modifier and Type Method Description void
FirstPassCommand. processBTree(DefragmentServicesImpl context, BTree btree)
void
DefragmentServices. registerBTreeIDs(BTree tree, IDMappingCollector collector)
void
DefragmentServicesImpl. registerBTreeIDs(BTree btree, IDMappingCollector collector)
void
DefragmentServices. traverseAllIndexSlots(BTree tree, Visitor4 visitor4)
void
DefragmentServicesImpl. traverseAllIndexSlots(BTree btree, Visitor4 command)
-
Uses of BTree in com.db4o.internal
Methods in com.db4o.internal that return BTree Modifier and Type Method Description BTree
LocalObjectContainer. createBTreeClassIndex(int id)
BTree
CommitTimestampFieldMetadata. getIndex(Transaction trans)
BTree
FieldMetadata. getIndex(Transaction trans)
BTree
UUIDFieldMetadata. getIndex(Transaction transaction)
BTree
CommitTimestampSupport. idToTimestamp()
protected BTree
FieldMetadata. newBTree(Transaction systemTrans, int id)
BTree
CommitTimestampSupport. timestampToId()
-
Uses of BTree in com.db4o.internal.btree
Methods in com.db4o.internal.btree that return BTree Modifier and Type Method Description BTree
BTreeNode. btree()
BTree
BTree. debugLoadFully(Transaction trans)
Methods in com.db4o.internal.btree with parameters of type BTree Modifier and Type Method Description protected void
BTreeCancelledRemoval. adjustSizeOnRemovalByOtherTransaction(BTree btree, BTreeNode node)
protected void
BTreeRemove. adjustSizeOnRemovalByOtherTransaction(BTree btree, BTreeNode node)
protected abstract void
BTreeUpdate. adjustSizeOnRemovalByOtherTransaction(BTree btree, BTreeNode node)
java.lang.Object
BTreeAdd. commit(Transaction trans, BTree btree, BTreeNode node)
abstract java.lang.Object
BTreePatch. commit(Transaction trans, BTree btree, BTreeNode node)
java.lang.Object
BTreeUpdate. commit(Transaction trans, BTree btree, BTreeNode node)
protected void
BTreeCancelledRemoval. committed(BTree btree)
protected void
BTreeRemove. committed(BTree btree)
protected abstract void
BTreeUpdate. committed(BTree btree)
protected java.lang.Object
BTreeUpdate. internalCommit(Transaction trans, BTree btree)
void
BTreeUpdate. removedBy(Transaction trans, BTree btree, BTreeNode node)
java.lang.Object
BTreeAdd. rollback(Transaction trans, BTree btree)
abstract java.lang.Object
BTreePatch. rollback(Transaction trans, BTree btree)
java.lang.Object
BTreeUpdate. rollback(Transaction trans, BTree btree)
protected java.lang.Object
BTreeAdd. 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.classindex
Methods in com.db4o.internal.classindex that return BTree Modifier and Type Method Description BTree
BTreeClassIndexStrategy. btree()
static BTree
BTreeClassIndexStrategy. btree(ClassMetadata clazz)
-
Uses of BTree in com.db4o.internal.convert.conversions
Methods in com.db4o.internal.convert.conversions with parameters of type BTree Modifier and Type Method Description void
ClassIndexesToBTrees_5_5. convert(LocalObjectContainer container, int classIndexId, BTree bTree)
-
Uses of BTree in com.db4o.internal.fieldindex
Methods in com.db4o.internal.fieldindex that return BTree Modifier and Type Method Description BTree
IndexedNode. getIndex()
BTree
IndexedNodeBase. getIndex()
BTree
JoinedLeaf. getIndex()
-