Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- getAccessCount() - Method in class org.grp1.storage.Disk
-
The function to return the number of access count of a disk
- getAddresses() - Method in class org.grp1.model.Bucket
-
The function to return the addressed inside of this bucket
- getAverageRating() - Method in class org.grp1.model.Record
-
The function to return the average rating of the record
- getBlock(int) - Method in class org.grp1.storage.Disk
-
The function to return the block based on the index
- getBlockIndex() - Method in class org.grp1.model.Address
-
The function to return the block index
- getBucket(int) - Method in class org.grp1.index.LeafNode
-
The function to return the bucket based on the key
- getBucketByIndex(int) - Method in class org.grp1.index.LeafNode
-
The function to return the bucket by index
- getBuckets() - Method in class org.grp1.index.LeafNode
-
The function to return the buckets of the node
- getChild(int) - Method in class org.grp1.index.InternalNode
-
The function to return the child based on the key
- getChildAsNodeChild(int) - Method in class org.grp1.index.InternalNode
-
The function to return the child node based on index as NodeChild
- getChildAsNodeChild(int) - Method in class org.grp1.index.LeafNode
-
The function to return the child node as ChildNode
- getChildAsNodeChild(int) - Method in class org.grp1.index.Node
- getChildByIndex(int) - Method in class org.grp1.index.InternalNode
-
The function to return the child based on the index
- getChildIndex(int) - Method in class org.grp1.index.InternalNode
-
The function to return the child index by the key
- getChildren() - Method in class org.grp1.index.InternalNode
-
The function to return the children of the node
- getCount() - Static method in class org.grp1.util.Context
-
The function to get the count
- getElapsedTime(TimeUnit) - Static method in class org.grp1.util.Context
-
The function to get the elapsed time between the start and end time
- getKey() - Method in class org.grp1.index.InternalNode
-
The function to return the minimum value of the key
- getKey() - Method in class org.grp1.index.LeafNode
-
The function to return the minimum key
- getKey() - Method in interface org.grp1.index.NodeChild
- getKey() - Method in class org.grp1.model.Bucket
-
The function to return the key of this bucket
- getKey() - Method in class org.grp1.model.Record
-
The function to return the key of the record
- getKeyByIndex(int) - Method in class org.grp1.index.InternalNode
-
The function to return the key by index
- getKeyByIndex(int) - Method in class org.grp1.index.LeafNode
-
The function to return the key by index
- getKeyByIndex(int) - Method in class org.grp1.index.Node
- getKeys() - Method in class org.grp1.index.InternalNode
-
The function to return all the keys of the node
- getKeys() - Method in class org.grp1.index.LeafNode
-
The function to return the list of keys of the node
- getMaxKeyNumber() - Method in class org.grp1.index.BPlusTree
-
The function to get the maximum number of key
- getMaxNumberOfRecordsInBlock() - Method in class org.grp1.storage.Disk
-
The function to return the number of records inside a block
- getMaxNumOfKeys() - Method in class org.grp1.index.InternalNode
-
The function to return the maximum number of keys
- getMaxNumOfKeys() - Method in class org.grp1.index.LeafNode
-
The function to return the maximum number of keys
- getMinNumOfKeys() - Method in class org.grp1.index.InternalNode
-
The function to return the minimum number of keys
- getMinNumOfKeys() - Method in class org.grp1.index.LeafNode
-
The function to return the minimum number of keys
- getNext() - Method in class org.grp1.index.LeafNode
-
The function to return the next ndoe
- getNodeFirstKey(Node) - Method in class org.grp1.index.BPlusTree
-
The function that returns the first key
- getNumberOfBlocks() - Method in class org.grp1.storage.Disk
-
The function to return the number of blocks inside a disk
- getNumberOfRecords() - Method in class org.grp1.storage.Block
-
The function to get the number of records inside of this block
- getNumberOfRecords() - Method in class org.grp1.storage.Disk
-
The function to return the number of records inside a disk
- getNumVotes() - Method in class org.grp1.model.Record
-
The function to return the number of votes
- getOccupiedBlock() - Method in class org.grp1.storage.Disk
-
The function to return the index of an occupied block
- getOffset() - Method in class org.grp1.model.Address
-
The function to return the record offset inside of a block
- getRecord(int) - Method in class org.grp1.storage.Block
-
The function to get the record based on the index / offset
- getRecordByPointer(Address) - Method in class org.grp1.storage.Disk
-
The function to get the record by a pointer
- getRecordIndex(int) - Method in class org.grp1.index.LeafNode
- getRecordIndexLowerBound(int) - Method in class org.grp1.index.LeafNode
-
The function to return the lower bound index of the node
- getRecords() - Method in class org.grp1.storage.Block
-
The function to return all of the records inside of a block
- getRecords() - Method in class org.grp1.storage.Disk
-
The function to return the records inside the disk
- getRecordsByNumVotes(int) - Method in class org.grp1.index.BPlusTree
-
The function that get the record by numVotes
- getRecordsByNumVotes(int) - Method in class org.grp1.storage.Disk
-
The function to get the records by numVotes
- getRecordsByNumVotes(int, int) - Method in class org.grp1.index.BPlusTree
-
The function that get the multiple records by the range of numVotes
- getRecordsByNumVotes(int, int) - Method in class org.grp1.storage.Disk
-
The function to get the records by range of number of votes
- getRoot() - Method in class org.grp1.index.BPlusTree
-
The function to return the root of the tree
- getSetCount() - Static method in class org.grp1.util.Context
-
The function to get the set count
- getTconst() - Method in class org.grp1.model.Record
-
The function to get the tconst of the record
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form