Package org.apache.wayang.spark.monitoring.interfaces


package org.apache.wayang.spark.monitoring.interfaces
  • Class
    Description
    This interface represents an application metrics in a Spark cluster.
    The Executor interface represents an executor in a Spark cluster.
    The Job interface represents a job to be executed in a distributed system.
    The SerializableObject interface is a marker interface that indicates that its implementing classes are serializable.
    This interface represents a stage in a data processing pipeline.
    The Task interface represents a task in a distributed computing or data processing system.
    The TaskStatusForRunning enum represents the possible statuses of a task while it is running.
    The TaskMetric interface defines the methods used to set and retrieve performance metrics for a given task.