Class/Object

org.apache.spark.sql.prophecy

ProphecyEventSendingListener

Related Docs: object ProphecyEventSendingListener | package prophecy

Permalink

class ProphecyEventSendingListener extends SparkListener

Linear Supertypes
SparkListener, SparkListenerInterface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProphecyEventSendingListener
  2. SparkListener
  3. SparkListenerInterface
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProphecyEventSendingListener(url: String, session: String, scheduled: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val actor: ActorRef

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def beginInteractiveMetricsCollection(start: JobGroupStatusTrackRequest, processes: Map[String, WorkflowProcessNodeInfo]): Unit

    Permalink
  7. def beginJobMetricsCollection(jobMetricsMetadata: JobMetricsMetadata): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def endInteractiveMetricsCollection(stop: JobGroupStatusTrackStopRequest): Unit

    Permalink
  10. def endJobMetricsCollection(status: PipelineStatus): Unit

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val metricsCollector: SparkExecutionMetricsCollector

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def onApplicationEnd(applicationEnd: SparkListenerApplicationEnd): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  21. def onApplicationStart(applicationStart: SparkListenerApplicationStart): Unit

    Permalink

    Messages received from Spark

    Messages received from Spark

    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  22. def onBlockManagerAdded(BlockManagerAdded: SparkListenerBlockManagerAdded): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  23. def onBlockManagerRemoved(blockManagerRemoved: SparkListenerBlockManagerRemoved): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  24. def onBlockUpdated(blockUpdated: SparkListenerBlockUpdated): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  25. def onEnvironmentUpdate(environmentUpdate: SparkListenerEnvironmentUpdate): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  26. def onExecutorAdded(executorAdded: SparkListenerExecutorAdded): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  27. def onExecutorBlacklisted(executorBlacklisted: SparkListenerExecutorBlacklisted): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  28. def onExecutorMetricsUpdate(executorMetricsUpdate: SparkListenerExecutorMetricsUpdate): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  29. def onExecutorRemoved(executorRemoved: SparkListenerExecutorRemoved): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  30. def onExecutorUnblacklisted(executorUnblacklisted: SparkListenerExecutorUnblacklisted): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  31. def onJobEnd(jobEnd: SparkListenerJobEnd): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  32. def onJobStart(jobStart: SparkListenerJobStart): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  33. def onNodeBlacklisted(nodeBlacklisted: SparkListenerNodeBlacklisted): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  34. def onNodeUnblacklisted(nodeUnblacklisted: SparkListenerNodeUnblacklisted): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  35. def onOtherEvent(event: SparkListenerEvent): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  36. def onSpeculativeTaskSubmitted(speculativeTask: SparkListenerSpeculativeTaskSubmitted): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  37. def onStageCompleted(stageCompleted: SparkListenerStageCompleted): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  38. def onStageSubmitted(stageSubmitted: SparkListenerStageSubmitted): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  39. def onTaskEnd(taskEnd: SparkListenerTaskEnd): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  40. def onTaskGettingResult(taskGettingResult: SparkListenerTaskGettingResult): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  41. def onTaskStart(taskStart: SparkListenerTaskStart): Unit

    Permalink
    Definition Classes
    ProphecyEventSendingListener → SparkListener → SparkListenerInterface
  42. def onUnpersistRDD(unpersistRDD: SparkListenerUnpersistRDD): Unit

    Permalink
    Definition Classes
    SparkListener → SparkListenerInterface
  43. def receiveStartTracking(start: JobGroupStatusTrackRequest, processes: Map[String, WorkflowProcessNodeInfo]): Unit

    Permalink

    Messages to receive from execution

  44. val scheduled: Boolean

    Permalink
  45. def send(json: String): Unit

    Permalink
  46. def send[T <: SparkListenerEvent](event: T): Unit

    Permalink
  47. def sendJobMetricsMetadata(jobMetricsMetadata: JobMetricsMetadata): Unit

    Permalink
  48. def sendJobPipelineEndEvent(status: PipelineStatus): Unit

    Permalink
  49. val session: String

    Permalink
  50. val stages: MMap[Int, StageStatus]

    Permalink
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. val workflowProcessInfo: MMap[WorkflowProcessNodeInfo, String]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SparkListener

Inherited from SparkListenerInterface

Inherited from AnyRef

Inherited from Any

Ungrouped