class SQLMetric extends AccumulatorV2[Long, Long]
Instance Constructors
- new SQLMetric(metricType: String, initValue: Long = 0L)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +=(v: Long): Unit
- final def ==(arg0: Any): Boolean
- def add(v: Long): Unit
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def copy(): SQLMetric
- def copyAndReset(): AccumulatorV2[Long, Long]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def id: Long
- final def isInstanceOf[T0]: Boolean
- final def isRegistered: Boolean
- def isZero(): Boolean
- def merge(other: AccumulatorV2[Long, Long]): Unit
- val metricType: String
- final def name: Option[String]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def reset(): Unit
- def set(v: Long): Unit
- def set(v: Double): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toInfo(update: Option[Any], value: Option[Any]): AccumulableInfo
- def toString(): String
- def value: Long
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withBufferSerialized(): AccumulatorV2[Long, Long]
- final def writeReplace(): Any
Inherited from AccumulatorV2[Long, Long]
Value Members
- def copyAndReset(): AccumulatorV2[Long, Long]
- final def id: Long
- final def isRegistered: Boolean
- final def name: Option[String]
- def toString(): String
- def withBufferSerialized(): AccumulatorV2[Long, Long]
- final def writeReplace(): Any
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +=(v: Long): Unit
- final def ==(arg0: Any): Boolean
- def add(v: Long): Unit
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def copy(): SQLMetric
- def copyAndReset(): AccumulatorV2[Long, Long]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def id: Long
- final def isInstanceOf[T0]: Boolean
- final def isRegistered: Boolean
- def isZero(): Boolean
- def merge(other: AccumulatorV2[Long, Long]): Unit
- val metricType: String
- final def name: Option[String]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def reset(): Unit
- def set(v: Long): Unit
- def set(v: Double): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toInfo(update: Option[Any], value: Option[Any]): AccumulableInfo
- def toString(): String
- def value: Long
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withBufferSerialized(): AccumulatorV2[Long, Long]
- final def writeReplace(): Any