Uses of Class
org.apache.ignite.internal.pagemem.wal.record.DataEntry
-
Packages that use DataEntry Package Description org.apache.ignite.internal.cdc 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 -
-
Uses of DataEntry in org.apache.ignite.internal.cdc
Methods in org.apache.ignite.internal.cdc that return DataEntry Modifier and Type Method Description DataEntryWalRecordsConsumer.DataEntryIterator. next()Method parameters in org.apache.ignite.internal.cdc with type arguments of type DataEntry Modifier and Type Method Description booleanWalRecordsConsumer. onRecords(Iterator<DataEntry> entries, IgniteClosure<DataEntry,CdcEvent> transform, @Nullable IgnitePredicate<? super DataEntry> filter)Handles data entries.booleanWalRecordsConsumer. onRecords(Iterator<DataEntry> entries, IgniteClosure<DataEntry,CdcEvent> transform, @Nullable IgnitePredicate<? super DataEntry> filter)Handles data entries.booleanWalRecordsConsumer. onRecords(Iterator<DataEntry> entries, IgniteClosure<DataEntry,CdcEvent> transform, @Nullable IgnitePredicate<? super DataEntry> filter)Handles data entries. -
Uses of DataEntry in org.apache.ignite.internal.pagemem.wal.record
Subclasses of DataEntry in org.apache.ignite.internal.pagemem.wal.record Modifier and Type Class Description classLazyDataEntryclassUnwrapDataEntryData Entry for automatic unwrapping key and value from Data EntryMethods in org.apache.ignite.internal.pagemem.wal.record that return DataEntry Modifier and Type Method Description DataEntryDataRecord. get(int idx)DataEntryDataEntry. partitionCounter(long partCnt)Sets partition update counter to entry.Methods in org.apache.ignite.internal.pagemem.wal.record that return types with arguments of type DataEntry Modifier and Type Method Description List<DataEntry>DataRecord. writeEntries()Method parameters in org.apache.ignite.internal.pagemem.wal.record with type arguments of type DataEntry Modifier and Type Method Description DataRecordDataRecord. setWriteEntries(List<DataEntry> writeEntries)Constructors in org.apache.ignite.internal.pagemem.wal.record with parameters of type DataEntry Constructor Description CdcDataRecord(DataEntry writeEntry)DataRecord(DataEntry writeEntry)Constructor parameters in org.apache.ignite.internal.pagemem.wal.record with type arguments of type DataEntry Constructor Description DataRecord(List<DataEntry> writeEntries) -
Uses of DataEntry in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type DataEntry Modifier and Type Method Description booleanGridCacheDatabaseSharedManager. applyDataEntry(GridCacheContext<?,?> cacheCtx, GridDhtLocalPartition locPart, DataEntry dataEntry)Applies data entry.Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type DataEntry Modifier and Type Method Description voidGridCacheDatabaseSharedManager. applyUpdatesOnRecovery(@Nullable WALIterator it, IgniteBiPredicate<WALPointer,WALRecord> recPredicate, IgnitePredicate<DataEntry> entryPredicate)Apply update from some iterator and with specific filters. -
Uses of DataEntry in org.apache.ignite.internal.processors.cache.persistence.wal.serializer
Subclasses of DataEntry in org.apache.ignite.internal.processors.cache.persistence.wal.serializer Modifier and Type Class Description static classRecordDataV1Serializer.EncryptedDataEntryMethods in org.apache.ignite.internal.processors.cache.persistence.wal.serializer with parameters of type DataEntry Modifier and Type Method Description protected intRecordDataV1Serializer. entrySize(DataEntry entry) -
Uses of DataEntry in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type DataEntry Modifier and Type Method Description booleanIgniteTxManager. uncommitedTx(DataEntry dataEntry)
-