Class TaskNumSplits

  • All Implemented Interfaces:
    org.apache.spark.sql.connector.metric.CustomTaskMetric

    public class TaskNumSplits
    extends java.lang.Object
    implements org.apache.spark.sql.connector.metric.CustomTaskMetric
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskNumSplits​(long value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()  
      long value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskNumSplits

        public TaskNumSplits​(long value)
    • Method Detail

      • name

        public java.lang.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