Class CommitInfoEntry
java.lang.Object
io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionCommitInfoEntry(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
-
Constructor Details
-
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 Details
-
getVersion
public long getVersion() -
getTimestamp
public long getTimestamp() -
getUserId
-
getUserName
-
getOperation
-
getOperationParameters
-
getJob
-
getNotebook
-
getClusterId
-
getReadVersion
public long getReadVersion() -
getIsolationLevel
-
isBlindAppend
public boolean isBlindAppend() -
toString
-
equals
-
hashCode
public int hashCode()
-