Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- sentinelNode - Variable in class org.grp1.index.BPlusTree
-
Sentinel node that helps us to generalize the logic, also known as dummy/ghost node
- set - Static variable in class org.grp1.util.Context
-
Represents the set to count the number of distinct things
- setAverageRating(float) - Method in class org.grp1.model.Record
-
The function to set the average rating of the record
- setChildren(ArrayList<Integer>, ArrayList<Node>) - Method in class org.grp1.index.InternalNode
-
The function to set the children of the node
- setNext(LeafNode) - Method in class org.grp1.index.LeafNode
-
The function to set the next node
- setNumVotes(int) - Method in class org.grp1.model.Record
-
The function to set the number of votes
- setParent(InternalNode) - Method in class org.grp1.index.InternalNode
-
The function to set the parent of the node
- setParent(InternalNode) - Method in class org.grp1.index.LeafNode
-
The function to set the parent of the node
- setParent(InternalNode) - Method in class org.grp1.index.Node
- setPrevious(LeafNode) - Method in class org.grp1.index.LeafNode
-
The function to set the previous node
- setRecords(ArrayList<Integer>, ArrayList<Bucket>) - Method in class org.grp1.index.LeafNode
-
The function to set the records to the node using the address
- setTconst(String) - Method in class org.grp1.model.Record
-
The function to set the tconst of the record
- size() - Method in class org.grp1.index.InternalNode
-
The function to get the size of the node
- size() - Method in class org.grp1.index.LeafNode
-
The function to return the size of the node
- size() - Method in class org.grp1.index.Node
- splitBucketList(int) - Method in class org.grp1.index.LeafNode
-
The function to split the bucket list
- splitChildrenList(int) - Method in class org.grp1.index.InternalNode
-
The function to split the children list
- splitKeyList(int) - Method in class org.grp1.index.InternalNode
-
The function to split the key list
- splitKeyList(int) - Method in class org.grp1.index.LeafNode
-
The function to split the key list
- startTime - Static variable in class org.grp1.util.Context
-
Represents the start time of tracking
- startTimer() - Static method in class org.grp1.util.Context
-
The function to start the timer
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form