Package | Description |
---|---|
edu.berkeley.cs186.database.index |
Modifier and Type | Method and Description |
---|---|
InnerEntry |
LeafNode.insertBEntry(LeafEntry ent)
Inserts a LeafEntry into this LeafNode.
|
InnerEntry |
InnerNode.insertBEntry(LeafEntry ent)
Inserts a LeafEntry into the corresponding LeafNode in this subtree.
|
InnerEntry |
BPlusNode.insertBEntry(LeafEntry ent)
Insert an entry into this node.
|
Copyright © 2017. All rights reserved.