| Modifier and Type | Method and Description |
|---|---|
void |
OperatorStats.addDoubleStat(MetricDef metric,
double value) |
void |
OperatorStatReceiver.addDoubleStat(MetricDef metric,
double value)
Add a double value to the existing value.
|
void |
OperatorStats.addLongStat(MetricDef metric,
long value) |
void |
OperatorStatReceiver.addLongStat(MetricDef metric,
long value)
Add a long value to the existing value.
|
void |
OperatorStats.setDoubleStat(MetricDef metric,
double value) |
void |
OperatorStatReceiver.setDoubleStat(MetricDef metric,
double value)
Set a stat to the specified double value.
|
void |
OperatorStats.setLongStat(MetricDef metric,
long value) |
void |
OperatorStatReceiver.setLongStat(MetricDef metric,
long value)
Set a stat to the specified long value.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ScreenCreator.ScreenRoot.Metric |
static class |
SingleSenderCreator.SingleSenderRootExec.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
HashAggTemplate.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
BroadcastSenderRootExec.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
HashJoinBatch.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
MergingRecordBatch.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionSenderRootExec.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
UnorderedReceiverBatch.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalSortBatch.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParquetRecordReader.Metric |
Copyright © 2017 The Apache Software Foundation. All rights reserved.