| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheMvccEntryInfo |
| Modifier and Type | Method and Description |
|---|---|
static int |
MvccUtils.compareNewVersion(MvccUpdateVersionAware row,
long mvccCrd,
long mvccCntr)
Compares new row version (xid_max) with the given counter and coordinator versions.
|
static int |
MvccUtils.compareNewVersion(MvccUpdateVersionAware row,
long mvccCrd,
long mvccCntr,
int opCntr)
Compares new row version (xid_max) with the given counter and coordinator versions.
|
static int |
MvccUtils.compareNewVersion(MvccUpdateVersionAware row,
MvccVersion ver)
Compares new row version (xid_max) with the given version.
|
static boolean |
MvccUtils.hasNewVersion(MvccUpdateVersionAware row)
Checks if a row has not empty new version (xid_max).
|
default void |
MvccUpdateVersionAware.newMvccVersion(MvccUpdateVersionAware other)
Copies new MVCC version
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheDataRow
Cache data row.
|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
MvccDataRow |
class |
MvccUpdateDataRow |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020