Class S3TransactionLogSynchronizer.LockFileContents
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.writer.S3TransactionLogSynchronizer.LockFileContents
-
- Enclosing class:
- S3TransactionLogSynchronizer
public static class S3TransactionLogSynchronizer.LockFileContents extends Object
-
-
Constructor Summary
Constructors Constructor Description LockFileContents(String clusterId, String owningQuery, long expirationEpochMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()longgetExpirationEpochMillis()StringgetOwningQuery()
-