Uses of Interface
io.trino.plugin.deltalake.transactionlog.writer.TransactionLogSynchronizer
-
Packages that use TransactionLogSynchronizer Package Description io.trino.plugin.deltalake.transactionlog.writer -
-
Uses of TransactionLogSynchronizer in io.trino.plugin.deltalake.transactionlog.writer
Classes in io.trino.plugin.deltalake.transactionlog.writer that implement TransactionLogSynchronizer Modifier and Type Class Description classAzureTransactionLogSynchronizerclassNoIsolationSynchronizerclassS3TransactionLogSynchronizerMethods in io.trino.plugin.deltalake.transactionlog.writer that return TransactionLogSynchronizer Modifier and Type Method Description TransactionLogSynchronizerTransactionLogSynchronizerManager. getNoIsolationSynchronizer()TransactionLogSynchronizerTransactionLogSynchronizerManager. getSynchronizer(org.apache.hadoop.fs.Path tableLocation)Constructors in io.trino.plugin.deltalake.transactionlog.writer with parameters of type TransactionLogSynchronizer Constructor Description TransactionLogWriter(TransactionLogSynchronizer logSynchronizer, ConnectorSession session, String tableLocation)Constructor parameters in io.trino.plugin.deltalake.transactionlog.writer with type arguments of type TransactionLogSynchronizer Constructor Description TransactionLogSynchronizerManager(Map<String,TransactionLogSynchronizer> synchronizers, NoIsolationSynchronizer noIsolationSynchronizer)
-