Uses of Class
io.trino.plugin.deltalake.transactionlog.TransactionEntry
-
Packages that use TransactionEntry Package Description io.trino.plugin.deltalake.transactionlog io.trino.plugin.deltalake.transactionlog.checkpoint -
-
Uses of TransactionEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return TransactionEntry Modifier and Type Method Description TransactionEntryDeltaLakeTransactionLogEntry. getTxn()Methods in io.trino.plugin.deltalake.transactionlog with parameters of type TransactionEntry Modifier and Type Method Description static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry. fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo)static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry. transactionEntry(TransactionEntry transaction) -
Uses of TransactionEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return types with arguments of type TransactionEntry Modifier and Type Method Description Set<TransactionEntry>CheckpointEntries. getTransactionEntries()
-