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 TypeInterfaceDescriptioninterfaceThe 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 TypeClassDescriptionclassTheApplicationEndclass represents an application that has ended.classThe ApplicationStart class implements the Application and SerializableObject interfaces.classThe ExecutorAdded class represents an executor added event in a distributed computing system.classAn event class representing the removal of an executor.classAn implementation of the Executor interface that represents an updated executor.classJobEnd class represents a job's end in a system.classJobStart class represents a job's start in a system.classRepresents a completed stage in a distributed computing system.classThe StageExecutorMetrics class implements the Stage and SerializableObject interfaces and represents the metrics associated with a stage executed by an executor.classThe StageSubmitted class implements the Stage and SerializableObject interfaces to represent a submitted stage in a distributed system.classRepresents the end status of a task execution.classRepresents the getting results of a task execution.classThis class represents the metrics for a task in the Apache Wayang monitoring system.classRepresents the start status of a task execution.