Uses of Class
index.DataEntry

Packages that use DataEntry
index   
 

Uses of DataEntry in index
 

Methods in index that return DataEntry
 DataEntry SortedPage.getEntryAt(int slotno)
          Gets the entry at the given slot number.
 

Methods in index with parameters of type DataEntry
 boolean SortedPage.deleteEntry(DataEntry entry)
          Deletes a record from the page, compacting the free space (including the slot directory).
 boolean HashBucket.deleteEntry(DataEntry entry)
          Deletes a record from the page, compacting the free space (including the slot directory).
 boolean SortedPage.insertEntry(DataEntry entry)
          Inserts a new record into the page in sorted order.
 boolean HashBucket.insertEntry(DataEntry entry)
          Inserts a new record into the hash bucket.