| Package | Description |
|---|---|
| org.gridgain.grid.spi.indexing.h2.opt |
| Modifier and Type | Class and Description |
|---|---|
class |
GridH2AbstractKeyValueRow
Table row implementation based on
GridIndexingTypeDescriptor. |
class |
GridH2KeyValueRowOffheap
Offheap row.
|
class |
GridH2KeyValueRowOnheap
Onheap row.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentNavigableMap<GridSearchRowPointer,GridH2Row> |
GridH2TreeIndex.tree |
| Modifier and Type | Method and Description |
|---|---|
GridH2Row |
GridH2TreeIndex.put(GridH2Row row,
boolean ifAbsent)
Put row if absent.
|
GridH2Row |
GridH2SpatialIndex.put(GridH2Row row,
boolean ifAbsent)
Put row if absent.
|
abstract GridH2Row |
GridH2IndexBase.put(GridH2Row row,
boolean ifAbsent)
Put row if absent.
|
GridH2Row |
GridH2TreeIndex.remove(org.h2.result.SearchRow row)
Remove row from index.
|
GridH2Row |
GridH2SpatialIndex.remove(org.h2.result.SearchRow row)
Remove row from index.
|
abstract GridH2Row |
GridH2IndexBase.remove(org.h2.result.SearchRow row)
Remove row from index.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<GridH2Row> |
GridH2IndexBase.filter(Iterator<GridH2Row> iter)
Filters rows from expired ones and using predicate.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GridH2IndexBase.FilteringIterator.accept(GridH2Row row) |
GridH2Row |
GridH2TreeIndex.put(GridH2Row row,
boolean ifAbsent)
Put row if absent.
|
GridH2Row |
GridH2SpatialIndex.put(GridH2Row row,
boolean ifAbsent)
Put row if absent.
|
abstract GridH2Row |
GridH2IndexBase.put(GridH2Row row,
boolean ifAbsent)
Put row if absent.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<GridH2Row> |
GridH2IndexBase.filter(Iterator<GridH2Row> iter)
Filters rows from expired ones and using predicate.
|
| Constructor and Description |
|---|
GridH2Cursor(Iterator<GridH2Row> iter)
Constructor.
|
GridH2IndexBase.FilteringIterator(Iterator<GridH2Row> iter,
long time) |
Copyright © 2014. All rights reserved.