Part of bzrlib
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 100 | Class | BTreeBuilder | A Builder for B+Tree based Graph indices. |
| 592 | Class | BTreeGraphIndex | Access to nodes via the standard GraphIndex interface for B+Tree's. |
| 55 | Class | _BuilderRow | The stored state accumulated while writing out a row in the index. |
| 87 | Class | _InternalBuilderRow | The stored state accumulated while writing out internal rows. |
| 96 | Class | _LeafBuilderRow | The stored state accumulated while writing out a leaf rows. |
| 564 | Class | _LeafNode | A leaf node for a serialised B+Tree index. |
| 574 | Class | _InternalNode | An internal node for a serialised B+Tree index. |