Class TransactionLogUtil
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.TransactionLogUtil
-
public final class TransactionLogUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringTRANSACTION_LOG_DIRECTORY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
TRANSACTION_LOG_DIRECTORY
public static final String TRANSACTION_LOG_DIRECTORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
-