public class RowStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CacheObjectContext |
coctx |
protected PageMemory |
pageMem |
| Constructor and Description |
|---|
RowStore(CacheGroupContext grp,
FreeList freeList) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(CacheDataRow row) |
FreeList |
freeList() |
void |
removeRow(long link) |
boolean |
updateRow(long link,
CacheDataRow row) |
protected final PageMemory pageMem
protected final CacheObjectContext coctx
public RowStore(CacheGroupContext grp, FreeList freeList)
grp - Cache group.freeList - Free list.public void removeRow(long link)
throws IgniteCheckedException
link - Row link.IgniteCheckedException - If failed.public void addRow(CacheDataRow row) throws IgniteCheckedException
row - Row.IgniteCheckedException - If failed.public boolean updateRow(long link,
CacheDataRow row)
throws IgniteCheckedException
link - Row link.row - New row data.True if was able to update row.IgniteCheckedException - If failed.public FreeList freeList()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017