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