Class CommitInfoEntry
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
-
public class CommitInfoEntry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommitInfoEntry.Jobstatic classCommitInfoEntry.Notebook
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClusterId()StringgetIsolationLevel()CommitInfoEntry.JobgetJob()CommitInfoEntry.NotebookgetNotebook()StringgetOperation()Map<String,String>getOperationParameters()longgetReadVersion()longgetTimestamp()StringgetUserId()StringgetUserName()longgetVersion()inthashCode()booleanisBlindAppend()StringtoString()
-
-
-
Constructor Detail
-
CommitInfoEntry
public 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)
-
-
Method Detail
-
getVersion
public long getVersion()
-
getTimestamp
public long getTimestamp()
-
getUserId
public String getUserId()
-
getUserName
public String getUserName()
-
getOperation
public String getOperation()
-
getJob
public CommitInfoEntry.Job getJob()
-
getNotebook
public CommitInfoEntry.Notebook getNotebook()
-
getClusterId
public String getClusterId()
-
getReadVersion
public long getReadVersion()
-
getIsolationLevel
public String getIsolationLevel()
-
isBlindAppend
public boolean isBlindAppend()
-
-