Interface DeltaOperationReport

All Superinterfaces:
MetricsReport
All Known Subinterfaces:
ScanReport, SnapshotReport, TransactionReport

public interface DeltaOperationReport extends MetricsReport
Defines the common fields that are shared by reports for Delta operations
  • Method Details

    • getTablePath

      String getTablePath()
      Returns:
      the path of the table
    • getOperationType

      String getOperationType()
      Returns:
      a string representation of the operation this report is for
    • getReportUUID

      UUID getReportUUID()
      Returns:
      a unique ID for this report
    • getException

      Optional<Exception> getException()
      Returns:
      the exception thrown if this report is for a failed operation, otherwise empty