Spark 3.5.5 ScalaDoc - org.apache.spark.broadcast.Broadcast (original) (raw)

abstract class Broadcast[T] extends Serializable with Logging

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Broadcast

  2. Logging

  3. Serializable

  4. AnyRef

  5. Any

  6. Hide All

  7. Show All

Instance Constructors

  1. new Broadcast(id: Long)(implicit arg0: ClassTag[T])

Abstract Value Members

  1. abstract def doDestroy(blocking: Boolean): Unit
  2. abstract def doUnpersist(blocking: Boolean): Unit
  3. abstract def getValue(): T

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def assertValid(): Unit
  6. def clone(): AnyRef
  7. def destroy(): Unit
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(arg0: Any): Boolean
  10. def finalize(): Unit
  11. final def getClass(): Class[_]
  12. def hashCode(): Int
  13. val id: Long
  14. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  15. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  16. final def isInstanceOf[T0]: Boolean
  17. def isTraceEnabled(): Boolean
  18. def log: Logger
  19. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
  20. def logDebug(msg: ⇒ String): Unit
  21. def logError(msg: ⇒ String, throwable: Throwable): Unit
  22. def logError(msg: ⇒ String): Unit
  23. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
  24. def logInfo(msg: ⇒ String): Unit
  25. def logName: String
  26. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
  27. def logTrace(msg: ⇒ String): Unit
  28. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
  29. def logWarning(msg: ⇒ String): Unit
  30. final def ne(arg0: AnyRef): Boolean
  31. final def notify(): Unit
  32. final def notifyAll(): Unit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
  34. def toString(): String
  35. def unpersist(blocking: Boolean): Unit
  36. def unpersist(): Unit
  37. def value: T
  38. final def wait(): Unit
  39. final def wait(arg0: Long, arg1: Int): Unit
  40. final def wait(arg0: Long): Unit

Inherited from Logging

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped