| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.wal.record | |
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.wal.serializer | |
| org.apache.ignite.internal.processors.cache.transactions |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDataEntry
|
class |
LazyMvccDataEntry
|
class |
MvccDataEntry
|
class |
UnwrapDataEntry
Data Entry for automatic unwrapping key and value from Data Entry
|
class |
UnwrapMvccDataEntry
Data Entry for automatic unwrapping key and value from Mvcc Data Entry
|
| Modifier and Type | Method and Description |
|---|---|
DataEntry |
DataEntry.partitionCounter(long partCnt)
Sets partition update counter to entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataEntry> |
DataRecord.writeEntries() |
| Modifier and Type | Method and Description |
|---|---|
DataRecord |
DataRecord.setWriteEntries(List<DataEntry> writeEntries) |
| Constructor and Description |
|---|
DataRecord(DataEntry writeEntry) |
DataRecord(DataEntry writeEntry,
long timestamp) |
| Constructor and Description |
|---|
DataRecord(List<DataEntry> writeEntries) |
DataRecord(List<DataEntry> writeEntries,
long timestamp) |
MvccDataRecord(List<DataEntry> writeEntries) |
MvccDataRecord(List<DataEntry> writeEntries,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDatabaseSharedManager.applyUpdatesOnRecovery(@Nullable WALIterator it,
IgniteBiPredicate<WALPointer,WALRecord> recPredicate,
IgnitePredicate<DataEntry> entryPredicate)
Apply update from some iterator and with specific filters.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordDataV1Serializer.EncryptedDataEntry
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
RecordDataV2Serializer.entrySize(DataEntry entry) |
protected int |
RecordDataV1Serializer.entrySize(DataEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgniteTxManager.uncommitedTx(DataEntry dataEntry) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021