Class TaskTotalFileSize
- java.lang.Object
-
- org.apache.iceberg.spark.source.metrics.TaskTotalFileSize
-
- All Implemented Interfaces:
org.apache.spark.sql.connector.metric.CustomTaskMetric
public class TaskTotalFileSize extends java.lang.Object implements org.apache.spark.sql.connector.metric.CustomTaskMetric
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskTotalFileSize
from(ScanReport scanReport)
java.lang.String
name()
long
value()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
name
in interfaceorg.apache.spark.sql.connector.metric.CustomTaskMetric
-
value
public long value()
- Specified by:
value
in interfaceorg.apache.spark.sql.connector.metric.CustomTaskMetric
-
from
public static TaskTotalFileSize from(ScanReport scanReport)
-
-