| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.h2 |
Contains default H2-based indexing SPI implementation.
|
| org.apache.ignite.internal.processors.query.h2.database | |
| org.apache.ignite.internal.processors.query.h2.opt |
| Modifier and Type | Class and Description |
|---|---|
class |
H2RowDescriptor
Row descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
H2Utils.containsKeyColumn(GridH2RowDescriptor desc,
List<org.h2.table.IndexColumn> cols)
Check whether columns list contains key or key alias column.
|
static Object |
H2Utils.convert(Object val,
GridH2RowDescriptor desc,
int type)
Convert value to column's expected type by means of H2.
|
static List<org.h2.table.IndexColumn> |
H2Utils.treeIndexColumns(GridH2RowDescriptor desc,
List<org.h2.table.IndexColumn> cols,
org.h2.table.IndexColumn keyCol,
org.h2.table.IndexColumn affCol) |
| Constructor and Description |
|---|
H2RowFactory(GridH2RowDescriptor rowDesc,
GridCacheContext<?,?> cctx) |
| Modifier and Type | Field and Description |
|---|---|
protected GridH2RowDescriptor |
GridH2KeyValueRowOnheap.desc |
| Modifier and Type | Method and Description |
|---|---|
GridH2RowDescriptor |
GridH2Table.rowDescriptor() |
| Constructor and Description |
|---|
GridH2KeyValueRowOnheap(GridH2RowDescriptor desc,
Object key,
int keyType,
Object val,
int valType,
GridCacheVersion ver,
long expirationTime)
Constructor.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.3.0 Release Date : October 28 2017