Class TaskTotalDeleteManifests
java.lang.Object
org.apache.iceberg.spark.source.metrics.TaskTotalDeleteManifests
- All Implemented Interfaces:
 org.apache.spark.sql.connector.metric.CustomTaskMetric
public class TaskTotalDeleteManifests
extends Object
implements org.apache.spark.sql.connector.metric.CustomTaskMetric
- 
Method Summary
Modifier and TypeMethodDescriptionstatic TaskTotalDeleteManifestsfrom(ScanReport scanReport) name()longvalue() 
- 
Method Details
- 
name
- Specified by:
 namein interfaceorg.apache.spark.sql.connector.metric.CustomTaskMetric
 - 
value
public long value()- Specified by:
 valuein interfaceorg.apache.spark.sql.connector.metric.CustomTaskMetric
 - 
from
 
 -