Uses of Class
io.trino.plugin.deltalake.transactionlog.CommitInfoEntry.Job
-
Packages that use CommitInfoEntry.Job Package Description io.trino.plugin.deltalake.transactionlog -
-
Uses of CommitInfoEntry.Job in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return CommitInfoEntry.Job Modifier and Type Method Description CommitInfoEntry.JobCommitInfoEntry. getJob()Constructors in io.trino.plugin.deltalake.transactionlog with parameters of type CommitInfoEntry.Job Constructor Description CommitInfoEntry(long version, long timestamp, String userId, String userName, String operation, Map<String,String> operationParameters, CommitInfoEntry.Job job, CommitInfoEntry.Notebook notebook, String clusterId, long readVersion, String isolationLevel, boolean isBlindAppend)
-