Class NumDeletes
- java.lang.Object
 - 
- org.apache.iceberg.spark.source.metrics.NumDeletes
 
 
- 
- All Implemented Interfaces:
 org.apache.spark.sql.connector.metric.CustomMetric
public class NumDeletes extends java.lang.Object implements org.apache.spark.sql.connector.metric.CustomMetric 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDISPLAY_STRING 
- 
Constructor Summary
Constructors Constructor Description NumDeletes() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaggregateTaskMetrics(long[] taskMetrics)java.lang.Stringdescription()java.lang.Stringname() 
 - 
 
- 
- 
Field Detail
- 
DISPLAY_STRING
public static final java.lang.String DISPLAY_STRING
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
name
public java.lang.String name()
- Specified by:
 namein interfaceorg.apache.spark.sql.connector.metric.CustomMetric
 
- 
description
public java.lang.String description()
- Specified by:
 descriptionin interfaceorg.apache.spark.sql.connector.metric.CustomMetric
 
- 
aggregateTaskMetrics
public java.lang.String aggregateTaskMetrics(long[] taskMetrics)
- Specified by:
 aggregateTaskMetricsin interfaceorg.apache.spark.sql.connector.metric.CustomMetric
 
 - 
 
 -