StageMetrics class
Stage Level Aggregated Metrics
Constructors
- StageMetrics.new({String? diskBytesSpilled, String? executorCpuTimeNanos, String? executorDeserializeCpuTimeNanos, String? executorDeserializeTimeMillis, String? executorRunTimeMillis, String? jvmGcTimeMillis, String? memoryBytesSpilled, String? peakExecutionMemoryBytes, String? resultSerializationTimeMillis, String? resultSize, StageInputMetrics? stageInputMetrics, StageOutputMetrics? stageOutputMetrics, StageShuffleReadMetrics? stageShuffleReadMetrics, StageShuffleWriteMetrics? stageShuffleWriteMetrics})
- StageMetrics.fromJson(Map json_)
Properties
- diskBytesSpilled ↔ String?
-
getter/setter pair
- executorCpuTimeNanos ↔ String?
-
getter/setter pair
- executorDeserializeCpuTimeNanos ↔ String?
-
getter/setter pair
- executorDeserializeTimeMillis ↔ String?
-
getter/setter pair
- executorRunTimeMillis ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jvmGcTimeMillis ↔ String?
-
getter/setter pair
- memoryBytesSpilled ↔ String?
-
getter/setter pair
- peakExecutionMemoryBytes ↔ String?
-
getter/setter pair
- resultSerializationTimeMillis ↔ String?
-
getter/setter pair
- resultSize ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stageInputMetrics ↔ StageInputMetrics?
-
getter/setter pair
- stageOutputMetrics ↔ StageOutputMetrics?
-
getter/setter pair
- stageShuffleReadMetrics ↔ StageShuffleReadMetrics?
-
getter/setter pair
- stageShuffleWriteMetrics ↔ StageShuffleWriteMetrics?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited