Uses of Class
io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
Packages that use DeltaLakeTransactionLogEntry
Package
Description
-
Uses of DeltaLakeTransactionLogEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionstatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.addFileEntry(AddFileEntry addFileEntry) static DeltaLakeTransactionLogEntrystatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.commitInfoEntry(CommitInfoEntry commitInfo) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo, CdcEntry cdcEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.metadataEntry(MetadataEntry metadataEntry) static DeltaLakeTransactionLogEntrystatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.protocolEntry(ProtocolEntry protocolEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.removeFileEntry(RemoveFileEntry removeFileEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.transactionEntry(TransactionEntry transaction) DeltaLakeTransactionLogEntry.withCommitInfo(CommitInfoEntry commitInfo) Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionTableSnapshot.getCheckpointTransactionLogEntries(ConnectorSession session, Set<CheckpointEntryIterator.EntryType> entryTypes, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, TrinoFileSystem fileSystem, FileFormatDataSourceStats stats) TransactionLogAccess.getJsonEntries(TrinoFileSystem fileSystem, String transactionLogDir, List<Long> forVersions) TableSnapshot.getJsonTransactionLogEntries()Transaction.transactionEntries()Returns the value of thetransactionEntriesrecord component.Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionTransactionLogAccess.getTransactionLogEntries(ConnectorSession session, TableSnapshot tableSnapshot, Set<CheckpointEntryIterator.EntryType> entryTypes, Function<Stream<DeltaLakeTransactionLogEntry>, Stream<Object>> entryMapper) DeltaLakeDataFileCacheEntry.withUpdatesApplied(List<DeltaLakeTransactionLogEntry> newEntries, long newVersion) Constructor parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type DeltaLakeTransactionLogEntryModifierConstructorDescriptionTransaction(long transactionId, List<DeltaLakeTransactionLogEntry> transactionEntries) Creates an instance of aTransactionrecord class. -
Uses of DeltaLakeTransactionLogEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionprotected DeltaLakeTransactionLogEntryCheckpointEntryIterator.computeNext()CheckpointEntryIterator.CheckPointFieldExtractor.getEntry(ConnectorSession session, Block block, int pagePosition) Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return types with arguments of type DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionstatic Optional<List<DeltaLakeTransactionLogEntry>>TransactionLogTail.getEntriesFromJson(long entryNumber, String transactionLogDir, TrinoFileSystem fileSystem) TransactionLogTail.getFileEntries()Methods in io.trino.plugin.deltalake.transactionlog.checkpoint with parameters of type DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionvoidCheckpointBuilder.addLogEntry(DeltaLakeTransactionLogEntry logEntry)