public class GridH2KeyValueRowOnheap extends GridH2Row
GridQueryTypeDescriptor.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COLUMNS_COUNT |
protected GridH2RowDescriptor |
desc |
static int |
KEY_COL
Key column.
|
static int |
VAL_COL
Value column.
|
static int |
VER_COL
Version column.
|
| Constructor and Description |
|---|
GridH2KeyValueRowOnheap(GridH2RowDescriptor desc,
CacheDataRow row,
int keyType,
int valType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearValuesCache()
Clear values cache.
|
int |
getColumnCount() |
org.h2.value.Value |
getValue(int col) |
int |
hashCode() |
void |
prepareValuesCache()
Prepare values cache.
|
void |
setKey(long key) |
void |
setValue(int idx,
org.h2.value.Value v) |
String |
toString() |
cacheId, expireTime, hash, key, key, link, link, partition, value, versioncommit, getByteCount, getCopy, getKey, getMemory, getSessionId, getValueList, getVersion, isDeleted, isEmpty, setDeleted, setKeyAndVersion, setSessionId, setVersionpublic static final int DEFAULT_COLUMNS_COUNT
public static final int KEY_COL
public static final int VAL_COL
public static final int VER_COL
protected final GridH2RowDescriptor desc
public GridH2KeyValueRowOnheap(GridH2RowDescriptor desc, CacheDataRow row, int keyType, int valType) throws IgniteCheckedException
desc - Row descriptor.row - Row.keyType - Key type.valType - Value type.IgniteCheckedException - If failed.public int getColumnCount()
public org.h2.value.Value getValue(int col)
public void prepareValuesCache()
public void clearValuesCache()
public void setKey(long key)
setKey in interface org.h2.result.SearchRowsetKey in class GridH2SearchRowAdapterpublic void setValue(int idx,
org.h2.value.Value v)
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018