| 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.
|
class |
GridH2Row
Row with locking support needed for unique key conflicts resolution.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentNavigableMap<GridSearchRowPointer,GridH2Row> |
GridH2TreeIndex.tree |
| Modifier and Type | Method and Description |
|---|---|
int |
GridH2TreeIndex.compare(GridSearchRowPointer r1,
GridSearchRowPointer r2) |
GridH2AbstractKeyValueRow |
GridH2TreeIndex.findOne(GridSearchRowPointer row)
Finds row with key equal one in given search row.
|
Copyright © 2014. All rights reserved.