| 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 | Method and Description |
|---|---|
GridH2Row |
H2RowDescriptor.createRow(KeyCacheObject key,
int partId,
CacheObject val,
GridCacheVersion ver,
long expirationTime)
Creates new row.
|
| Constructor and Description |
|---|
H2Cursor(GridCursor<GridH2Row> cursor) |
H2Cursor(GridCursor<GridH2Row> cursor,
IgniteBiPredicate<Object,Object> filter) |
| Modifier and Type | Method and Description |
|---|---|
protected GridH2Row |
H2Tree.getRow(BPlusIO<org.h2.result.SearchRow> io,
long pageAddr,
int idx,
Object ignore) |
GridH2Row |
H2RowFactory.getRow(long link)
!!!
|
GridH2Row |
H2PkHashIndex.put(GridH2Row row)
Puts row.
|
GridH2Row |
H2TreeIndex.put(GridH2Row row)
Puts row.
|
GridH2Row |
H2PkHashIndex.remove(org.h2.result.SearchRow row)
Remove row from index.
|
GridH2Row |
H2TreeIndex.remove(org.h2.result.SearchRow row)
Remove row from index.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridCursor<GridH2Row> |
H2TreeIndex.doFind0(IgniteTree t,
org.h2.result.SearchRow first,
boolean includeFirst,
org.h2.result.SearchRow last,
IndexingQueryFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
GridH2Row |
H2PkHashIndex.put(GridH2Row row)
Puts row.
|
GridH2Row |
H2TreeIndex.put(GridH2Row row)
Puts row.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridH2KeyValueRowOnheap
Table row implementation based on
GridQueryTypeDescriptor. |
| Modifier and Type | Field and Description |
|---|---|
protected static GridCursor<GridH2Row> |
GridH2IndexBase.EMPTY_CURSOR
Empty cursor.
|
| Modifier and Type | Method and Description |
|---|---|
static GridH2Row |
GridH2RowFactory.create(org.h2.value.Value... data) |
static GridH2Row |
GridH2RowFactory.create(org.h2.value.Value v) |
static GridH2Row |
GridH2RowFactory.create(org.h2.value.Value v1,
org.h2.value.Value v2) |
GridH2Row |
GridH2RowDescriptor.createRow(KeyCacheObject key,
int part,
CacheObject val,
GridCacheVersion ver,
long expirationTime)
Creates new row.
|
GridH2Row |
GridH2RowFactory.createRow(org.h2.value.Value[] data,
int memory) |
GridH2Row |
GridH2IndexBase.FilteringCursor.get() |
abstract GridH2Row |
GridH2IndexBase.put(GridH2Row row)
Puts row.
|
abstract GridH2Row |
GridH2IndexBase.remove(org.h2.result.SearchRow row)
Remove row from index.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridCursor<GridH2Row> |
GridH2IndexBase.doFind0(IgniteTree t,
org.h2.result.SearchRow first,
boolean includeFirst,
org.h2.result.SearchRow last,
IndexingQueryFilter filter) |
protected GridCursor<GridH2Row> |
GridH2IndexBase.filter(GridCursor<GridH2Row> cursor,
IndexingQueryFilter filter)
Filters rows from expired ones and using predicate.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GridH2IndexBase.FilteringCursor.accept(GridH2Row row) |
abstract GridH2Row |
GridH2IndexBase.put(GridH2Row row)
Puts row.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridCursor<GridH2Row> |
GridH2IndexBase.filter(GridCursor<GridH2Row> cursor,
IndexingQueryFilter filter)
Filters rows from expired ones and using predicate.
|
| Constructor and Description |
|---|
GridH2IndexBase.FilteringCursor(GridCursor<GridH2Row> cursor,
long time,
IndexingQueryFilter qryFilter,
String cacheName) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.3.0 Release Date : October 28 2017