| Package | Description |
|---|---|
| org.apache.ignite.internal.cache.query.index.sorted | |
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.mvcc | |
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.tree | |
| org.apache.ignite.internal.processors.cache.tree.mvcc.data | |
| org.apache.ignite.internal.processors.cache.tree.mvcc.search |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexRow
Represents an index row stored in a tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexRowImpl
This class represents a row in
SortedSegmentedIndex. |
class |
IndexSearchRowImpl
Represents a search row that used to find a place in a tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheMvccEntryInfo |
| Modifier and Type | Method and Description |
|---|---|
static int |
MvccUtils.compare(long mvccCrdLeft,
long mvccCntrLeft,
int mvccOpCntrLeft,
MvccVersionAware other)
Compares to pairs of coordinator/counter versions.
|
static int |
MvccUtils.compare(MvccVersionAware row,
long mvccCrdRight,
long mvccCntrRight)
Compares to pairs of MVCC versions.
|
static int |
MvccUtils.compare(MvccVersionAware row,
MvccVersion ver)
Compares row version (xid_min) with the given version.
|
default void |
MvccVersionAware.mvccVersion(MvccVersionAware other)
Copies mvcc version from another object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheDataRow
Cache data row.
|
interface |
CacheSearchRow |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheDataRowAdapter
Cache data row adapter.
|
class |
DataRowCacheAware
Data row implementation that can optionally hide the cache identifier and can set
null as value. |
| Modifier and Type | Class and Description |
|---|---|
class |
DataRow |
class |
SearchRow |
| Modifier and Type | Class and Description |
|---|---|
class |
MvccDataRow |
class |
MvccUpdateDataRow |
| Modifier and Type | Class and Description |
|---|---|
class |
MvccLinkAwareSearchRow
MVCC search row which contains a link.
|
class |
MvccMaxSearchRow
Search row for maximum key version.
|
class |
MvccMinSearchRow
Search row for minimum key version.
|
class |
MvccSearchRow
MVCC search row which uses specific MVCC version (coordinator + counter) to filter rows.
|
class |
MvccSnapshotSearchRow
Search row which returns the first row visible for the given snapshot.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021