Class TaskSkippedDataManifests
- java.lang.Object
- 
- org.apache.iceberg.spark.source.metrics.TaskSkippedDataManifests
 
- 
- All Implemented Interfaces:
- org.apache.spark.sql.connector.metric.CustomTaskMetric
 
 public class TaskSkippedDataManifests extends java.lang.Object implements org.apache.spark.sql.connector.metric.CustomTaskMetric
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskSkippedDataManifestsfrom(ScanReport scanReport)java.lang.Stringname()longvalue()
 
- 
- 
- 
Method Detail- 
namepublic java.lang.String name() - Specified by:
- namein interface- org.apache.spark.sql.connector.metric.CustomTaskMetric
 
 - 
valuepublic long value() - Specified by:
- valuein interface- org.apache.spark.sql.connector.metric.CustomTaskMetric
 
 - 
frompublic static TaskSkippedDataManifests from(ScanReport scanReport) 
 
- 
 
-