Package io.delta.kernel.metrics
Interface DeltaOperationReport
- All Superinterfaces:
MetricsReport
- All Known Subinterfaces:
ScanReport
,SnapshotReport
,TransactionReport
Defines the common fields that are shared by reports for Delta operations
-
Method Summary
Modifier and TypeMethodDescription
-
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
- Returns:
- the exception thrown if this report is for a failed operation, otherwise empty
-