Class TransactionLogUtil
java.lang.Object
io.trino.plugin.deltalake.transactionlog.TransactionLogUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.fs.PathgetTransactionLogDir(org.apache.hadoop.fs.Path tableLocation) static org.apache.hadoop.fs.PathgetTransactionLogJsonEntryPath(org.apache.hadoop.fs.Path transactionLogDir, long entryNumber)
-
Field Details
-
TRANSACTION_LOG_DIRECTORY
- See Also:
-
-
Method Details
-
getTransactionLogDir
public static org.apache.hadoop.fs.Path getTransactionLogDir(org.apache.hadoop.fs.Path tableLocation) -
getTransactionLogJsonEntryPath
public static org.apache.hadoop.fs.Path getTransactionLogJsonEntryPath(org.apache.hadoop.fs.Path transactionLogDir, long entryNumber)
-