public interface FreeList<T extends Storable>
| Modifier and Type | Method and Description |
|---|---|
void |
dumpStatistics(IgniteLogger log) |
void |
insertDataRow(T row) |
void |
removeDataRowByLink(long link) |
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.void removeDataRowByLink(long link)
throws IgniteCheckedException
link - Row link.IgniteCheckedException - If failed.void dumpStatistics(IgniteLogger log)
log - Logger.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018