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 |
The SerializableObject 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.
|
TaskMetric |
The TaskMetric interface defines the methods used to set and retrieve
performance metrics for a given task.
|