Class TaskNumDeletes

java.lang.Object
org.apache.iceberg.spark.source.metrics.TaskNumDeletes
All Implemented Interfaces:
org.apache.spark.sql.connector.metric.CustomTaskMetric

public class TaskNumDeletes extends Object implements org.apache.spark.sql.connector.metric.CustomTaskMetric
  • Constructor Details

    • TaskNumDeletes

      public TaskNumDeletes(long value)
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface org.apache.spark.sql.connector.metric.CustomTaskMetric
    • value

      public long value()
      Specified by:
      value in interface org.apache.spark.sql.connector.metric.CustomTaskMetric