Uses of Class
io.trino.plugin.deltalake.transactionlog.checkpoint.TransactionLogTail
-
Packages that use TransactionLogTail Package Description io.trino.plugin.deltalake.transactionlog.checkpoint -
-
Uses of TransactionLogTail in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return TransactionLogTail Modifier and Type Method Description static TransactionLogTailTransactionLogTail. loadNewTail(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path tableLocation, Optional<Long> startVersion)static TransactionLogTailTransactionLogTail. loadNewTail(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path tableLocation, Optional<Long> startVersion, Optional<Long> endVersion)Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return types with arguments of type TransactionLogTail Modifier and Type Method Description Optional<TransactionLogTail>TransactionLogTail. getUpdatedTail(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path tableLocation)
-