case class PublisherStats(compiled: LongAccumulator, compiledSize: LongAccumulator, added: LongAccumulator, changed: LongAccumulator, deleted: LongAccumulator, rebaseUploaded: LongAccumulator, rebaseDeleted: LongAccumulator, pulledFromBase: LongAccumulator, deletedFromBase: LongAccumulator) extends Product with Serializable
Spark accumulators for publishing statistics.
- compiled
The total number of output partitions compiled, but not necessarily published.
- added
The number of output partitions added.
- changed
The number of output partitions changed.
- deleted
The number of output partitions deleted.
- rebaseUploaded
The number of output partitions re-uploaded to override a base change.
- rebaseDeleted
The number of output partitions re-deleted to override a base change.
- pulledFromBase
The number of output partitions not published because already published in base.
- deletedFromBase
The number of output partitions not deleted because already deleted in base.
- Alphabetic
- By Inheritance
- PublisherStats
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PublisherStats(compiled: LongAccumulator, compiledSize: LongAccumulator, added: LongAccumulator, changed: LongAccumulator, deleted: LongAccumulator, rebaseUploaded: LongAccumulator, rebaseDeleted: LongAccumulator, pulledFromBase: LongAccumulator, deletedFromBase: LongAccumulator)
- compiled
The total number of output partitions compiled, but not necessarily published.
- added
The number of output partitions added.
- changed
The number of output partitions changed.
- deleted
The number of output partitions deleted.
- rebaseUploaded
The number of output partitions re-uploaded to override a base change.
- rebaseDeleted
The number of output partitions re-deleted to override a base change.
- pulledFromBase
The number of output partitions not published because already published in base.
- deletedFromBase
The number of output partitions not deleted because already deleted in base.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val added: LongAccumulator
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val changed: LongAccumulator
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val compiled: LongAccumulator
- val compiledSize: LongAccumulator
- val deleted: LongAccumulator
- val deletedFromBase: LongAccumulator
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pulledFromBase: LongAccumulator
- val rebaseDeleted: LongAccumulator
- val rebaseUploaded: LongAccumulator
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)