Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DATA_FILE_PATH - Static variable in class org.grp1.constant.Config
- delete(int) - Method in class org.grp1.index.InternalNode
-
The function helper to delete the entry based on the index
- delete(int) - Method in class org.grp1.index.LeafNode
-
The function that deletes an entry based on the index
- delete(int) - Method in class org.grp1.index.Node
- deleteRecord(int) - Method in class org.grp1.index.BPlusTree
-
The function to delete by numVotes
- deleteRecord(int) - Method in class org.grp1.storage.Block
-
The function to delete a record in a disk
- deleteRecordsByNumVotes(int) - Method in class org.grp1.storage.Disk
-
The function to delete the records by number of votes
- disk - Variable in class org.grp1.index.BPlusTree
-
The disk that contains this BPlus Tree
- disk - Static variable in class org.grp1.Main
- Disk - Class in org.grp1.storage
- Disk(int, int, int) - Constructor for class org.grp1.storage.Disk
-
The construcotr to instantiate the disk
- DISK_FULL_MSG - Static variable in class org.grp1.constant.ErrorMessage
- DISK_SIZE - Static variable in class org.grp1.constant.Config
- DiskFullException - Exception Class in org.grp1.exception
- DiskFullException() - Constructor for exception class org.grp1.exception.DiskFullException
- DiskFullException(String) - Constructor for exception class org.grp1.exception.DiskFullException
-
Constructor to instantiate the exception by message
- DiskFullException(String, Throwable) - Constructor for exception class org.grp1.exception.DiskFullException
-
Constructor to instantiate the exception by message and cause
- diskSize - Variable in class org.grp1.storage.Disk
-
Represents the disk size
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form