| Package | Description |
|---|---|
| org.apache.hive.spark.client.metrics |
| Modifier and Type | Field and Description |
|---|---|
ShuffleReadMetrics |
Metrics.shuffleReadMetrics
If tasks read from shuffle output, metrics on getting shuffle data.
|
| Constructor and Description |
|---|
Metrics(long executorDeserializeTime,
long executorDeserializeCpuTime,
long executorRunTime,
long executorCpuTime,
long resultSize,
long jvmGCTime,
long resultSerializationTime,
long memoryBytesSpilled,
long diskBytesSpilled,
long taskDurationTime,
InputMetrics inputMetrics,
ShuffleReadMetrics shuffleReadMetrics,
ShuffleWriteMetrics shuffleWriteMetrics) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.