Class CommitInfoEntry

java.lang.Object
io.trino.plugin.deltalake.transactionlog.CommitInfoEntry

public class CommitInfoEntry extends Object
  • Constructor Details

  • Method Details

    • getVersion

      public long getVersion()
    • getTimestamp

      public long getTimestamp()
    • getUserId

      public String getUserId()
    • getUserName

      public String getUserName()
    • getOperation

      public String getOperation()
    • getOperationParameters

      public Map<String,String> getOperationParameters()
    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object