writeDataPage(_dataPage);
}
- /**
- * Reads the actual index entries.
- */
@Override
protected void readIndexEntries()
throws IOException
return Collections.binarySearch(getEntries(), entry);
}
- /**
- * Adds an entry to the entries list, maintaining the order.
- */
@Override
protected boolean addEntry(Entry newEntry, boolean isNullEntry, Object[] row)
throws IOException
return false;
}
- /**
- * Removes an entry from the entries list, maintaining the order. Will
- * search by RowId if entry is not found in case a partial entry was
- * provided.
- */
@Override
protected boolean removeEntry(Entry oldEntry)
{