Uses of Interface
io.trino.plugin.deltalake.transactionlog.writer.TransactionLogSynchronizer
Packages that use TransactionLogSynchronizer
-
Uses of TransactionLogSynchronizer in io.trino.plugin.deltalake.transactionlog.writer
Classes in io.trino.plugin.deltalake.transactionlog.writer that implement TransactionLogSynchronizerModifier and TypeClassDescriptionclassclassclassclassThe S3 Native synhcornizer is aTransactionLogSynchronizerfor S3 that requires no other dependencies.Methods in io.trino.plugin.deltalake.transactionlog.writer that return TransactionLogSynchronizerModifier and TypeMethodDescriptionTransactionLogSynchronizerManager.getNoIsolationSynchronizer()TransactionLogSynchronizerManager.getSynchronizer(org.apache.hadoop.fs.Path tableLocation) Constructors in io.trino.plugin.deltalake.transactionlog.writer with parameters of type TransactionLogSynchronizerModifierConstructorDescriptionTransactionLogWriter(TransactionLogSynchronizer logSynchronizer, ConnectorSession session, String tableLocation) Constructor parameters in io.trino.plugin.deltalake.transactionlog.writer with type arguments of type TransactionLogSynchronizerModifierConstructorDescriptionTransactionLogSynchronizerManager(Map<String, TransactionLogSynchronizer> synchronizers, NoIsolationSynchronizer noIsolationSynchronizer)