Uses of Interface
org.apache.wayang.spark.monitoring.interfaces.SerializableObject
Packages that use SerializableObject
Package
Description
-
Uses of SerializableObject in org.apache.wayang.spark.monitoring.interfaces
Subinterfaces of SerializableObject in org.apache.wayang.spark.monitoring.interfacesModifier and TypeInterfaceDescriptioninterface
The Task interface represents a task in a distributed computing or data processing system. -
Uses of SerializableObject in org.apache.wayang.spark.monitoring.metrics
Classes in org.apache.wayang.spark.monitoring.metrics that implement SerializableObjectModifier and TypeClassDescriptionclass
TheApplicationEnd
class represents an application that has ended.class
The ApplicationStart class implements the Application and SerializableObject interfaces.class
The ExecutorAdded class represents an executor added event in a distributed computing system.class
An event class representing the removal of an executor.class
An implementation of the Executor interface that represents an updated executor.class
JobEnd class represents a job's end in a system.class
JobStart class represents a job's start in a system.class
Represents a completed stage in a distributed computing system.class
The StageExecutorMetrics class implements the Stage and SerializableObject interfaces and represents the metrics associated with a stage executed by an executor.class
The StageSubmitted class implements the Stage and SerializableObject interfaces to represent a submitted stage in a distributed system.class
Represents the end status of a task execution.class
Represents the getting results of a task execution.class
This class represents the metrics for a task in the Apache Wayang monitoring system.class
Represents the start status of a task execution.