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 DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.cdfFileEntry(CdfFileEntry cdfFileEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.commitInfoEntry(CommitInfoEntry commitInfo) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo, CdfFileEntry cdfFileEntry) 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()Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionDeltaLakeDataFileCacheEntry.withUpdatesApplied(List<DeltaLakeTransactionLogEntry> newEntries, long newVersion) -
Uses of DeltaLakeTransactionLogEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return DeltaLakeTransactionLogEntryModifier and TypeMethodDescriptionCheckpointEntryIterator.CheckPointFieldExtractor.getEntry(ConnectorSession session, Block block, int pagePosition) CheckpointEntryIterator.next()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)