Package org.apache.wayang.spark.monitoring.metrics


package org.apache.wayang.spark.monitoring.metrics
  • Classes
    Class
    Description
    The ApplicationEnd class represents an application that has ended.
    The ApplicationStart class implements the Application and SerializableObject interfaces.
    The ExecutorAdded class represents an executor added event in a distributed computing system.
    An event class representing the removal of an executor.
    An implementation of the Executor interface that represents an updated executor.
    JobEnd class represents a job's end in a system.
    JobStart class represents a job's start in a system.
    A Spark listener implementation that captures events generated during the Spark job execution and sends them to a Kafka topic for further processing.
    Represents a completed stage in a distributed computing system.
    The StageExecutorMetrics class implements the Stage and SerializableObject interfaces and represents the metrics associated with a stage executed by an executor.
    The StageSubmitted class implements the Stage and SerializableObject interfaces to represent a submitted stage in a distributed system.
    Represents the end status of a task execution.
    Represents the getting results of a task execution.
    This class represents the metrics for a task in the Apache Wayang monitoring system.
    Represents the start status of a task execution.