public interface FreeList<T extends Storable>
| Modifier and Type | Method and Description |
|---|---|
void |
dumpStatistics(IgniteLogger log) |
void |
insertDataRow(T row) |
void |
removeDataRowByLink(long link) |
<S,R> R |
updateDataRow(long link,
PageHandler<S,R> pageHnd,
S arg) |
boolean |
updateDataRow(long link,
T row) |
void insertDataRow(T row) throws IgniteCheckedException
row - Row.IgniteCheckedException - If failed.boolean updateDataRow(long link,
T row)
throws IgniteCheckedException
link - Row link.row - New row data.True if was able to update row.IgniteCheckedException - If failed.<S,R> R updateDataRow(long link,
PageHandler<S,R> pageHnd,
S arg)
throws IgniteCheckedException
S - Argument type.R - Result type.link - Row link.pageHnd - Page handler.arg - Handler argument.IgniteCheckedException - If failed.void removeDataRowByLink(long link)
throws IgniteCheckedException
link - Row link.IgniteCheckedException - If failed.void dumpStatistics(IgniteLogger log)
log - Logger.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019