| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence | |
| org.apache.ignite.internal.processors.cache.tree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheDataRow
Cache data row.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDataRowAdapter
Cache data row adapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataRow |
class |
SearchRow |
| Modifier and Type | Method and Description |
|---|---|
CacheSearchRow |
AbstractDataLeafIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long buf,
int idx)
Get lookup row.
|
CacheSearchRow |
AbstractDataInnerIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
CacheDataTree.compare(BPlusIO<CacheSearchRow> iox,
long pageAddr,
int idx,
CacheSearchRow row) |
void |
AbstractDataLeafIO.storeByOffset(long pageAddr,
int off,
CacheSearchRow row)
Store the needed info about the row in the page.
|
void |
AbstractDataInnerIO.storeByOffset(long pageAddr,
int off,
CacheSearchRow row)
Store the needed info about the row in the page.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
CacheDataTree.compare(BPlusIO<CacheSearchRow> iox,
long pageAddr,
int idx,
CacheSearchRow row) |
CacheSearchRow |
AbstractDataLeafIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long buf,
int idx)
Get lookup row.
|
CacheSearchRow |
AbstractDataInnerIO.getLookupRow(BPlusTree<CacheSearchRow,?> tree,
long pageAddr,
int idx)
Get lookup row.
|
protected CacheDataRow |
CacheDataTree.getRow(BPlusIO<CacheSearchRow> io,
long pageAddr,
int idx,
Object flags)
Get data row.
|
void |
AbstractDataLeafIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<CacheSearchRow> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
void |
AbstractDataInnerIO.store(long dstPageAddr,
int dstIdx,
BPlusIO<CacheSearchRow> srcIo,
long srcPageAddr,
int srcIdx)
Store row info from the given source.
|
void |
AbstractDataLeafIO.visit(long pageAddr,
IgniteInClosure<CacheSearchRow> c) |
void |
AbstractDataInnerIO.visit(long pageAddr,
IgniteInClosure<CacheSearchRow> c) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018