@InterfaceAudience.Private public class ShuffleWriteMetrics extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
shuffleBytesWritten
Number of bytes written for the shuffle by tasks.
|
long |
shuffleWriteTime
Time tasks spent blocking on writes to disk or buffer cache, in nanoseconds.
|
| Constructor and Description |
|---|
ShuffleWriteMetrics(long shuffleBytesWritten,
long shuffleWriteTime) |
ShuffleWriteMetrics(org.apache.spark.executor.TaskMetrics metrics) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.