Uses of Class
io.trino.plugin.deltalake.transactionlog.ProtocolEntry
Packages that use ProtocolEntry
Package
Description
-
Uses of ProtocolEntry in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return ProtocolEntryConstructors in io.trino.plugin.deltalake with parameters of type ProtocolEntryModifierConstructorDescriptionDeltaLakeOutputTableHandle(String schemaName, String tableName, List<DeltaLakeColumnHandle> inputColumns, String location, Optional<Long> checkpointInterval, boolean external, Optional<String> comment, Optional<Boolean> changeDataFeedEnabled, ProtocolEntry protocolEntry) -
Uses of ProtocolEntry in io.trino.plugin.deltalake.metastore
Methods in io.trino.plugin.deltalake.metastore that return ProtocolEntryModifier and TypeMethodDescriptionDeltaLakeMetastore.getProtocol(ConnectorSession session, TableSnapshot table) HiveMetastoreBackedDeltaLakeMetastore.getProtocol(ConnectorSession session, TableSnapshot tableSnapshot) -
Uses of ProtocolEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return ProtocolEntryMethods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type ProtocolEntryModifier and TypeMethodDescriptionTransactionLogAccess.getProtocolEntries(TableSnapshot tableSnapshot, ConnectorSession session) Methods in io.trino.plugin.deltalake.transactionlog with parameters of type ProtocolEntryModifier and TypeMethodDescriptionstatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo, CdfFileEntry cdfFileEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.protocolEntry(ProtocolEntry protocolEntry) -
Uses of ProtocolEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return ProtocolEntry -
Uses of ProtocolEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type ProtocolEntryModifier and TypeMethodDescriptionvoidTransactionLogWriter.appendProtocolEntry(ProtocolEntry protocolEntry)