| Modifier and Type | Method and Description |
|---|---|
void |
OperatorStats.addDoubleStat(MetricDef metric,
double value)
Add a double value to the existing value.
|
void |
OperatorStatReceiver.addDoubleStat(MetricDef metric,
double value)
Add a double value to the existing value.
|
void |
OperatorStats.addLongStat(MetricDef metric,
long value)
Set a stat to the specified long value.
|
void |
OperatorStatReceiver.addLongStat(MetricDef metric,
long value)
Add a long value to the existing value.
|
double |
OperatorStats.getDoubleStat(MetricDef metric) |
long |
OperatorStats.getLongStat(MetricDef metric) |
void |
OperatorStats.setDoubleStat(MetricDef metric,
double value)
Set a stat to the specified double value.
|
void |
OperatorStatReceiver.setDoubleStat(MetricDef metric,
double value)
Set a stat to the specified double value.
|
void |
OperatorStats.setLongStat(MetricDef metric,
long value)
Add a long value to the existing 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 |
RuntimeFilterRecordBatch.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
FlattenRecordBatch.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 |
UnnestRecordBatch.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 |
AbstractBinaryRecordBatch.Metric |
| Modifier and Type | Class and Description |
|---|---|
static class |
CommonParquetRecordReader.Metric |
Copyright © 2021 The Apache Software Foundation. All rights reserved.