public class H2RowFactory extends Object
| Constructor and Description |
|---|
H2RowFactory(GridH2RowDescriptor rowDesc,
<any> cctx) |
| Modifier and Type | Method and Description |
|---|---|
GridH2Row |
getMvccRow(long link,
long mvccCrdVer,
long mvccCntr,
int mvccOpCntr) |
GridH2Row |
getRow(long link)
!!!
|
public H2RowFactory(GridH2RowDescriptor rowDesc, <any> cctx)
rowDesc - Row descriptor.cctx - Cache context.public GridH2Row getRow(long link) throws IgniteCheckedException
link - Link.IgniteCheckedException - If failed.public GridH2Row getMvccRow(long link, long mvccCrdVer, long mvccCntr, int mvccOpCntr) throws IgniteCheckedException
link - Link.mvccCrdVer - Mvcc coordinator version.mvccCntr - Mvcc counter.mvccOpCntr - Mvcc operation counter.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019