Uses of Interface
org.apache.drill.exec.ops.MetricDef
Package
Description
-
Uses of MetricDef in org.apache.drill.exec.ops
Modifier and TypeMethodDescriptionvoid
OperatorStatReceiver.addDoubleStat
(MetricDef metric, double value) Add a double value to the existing value.void
OperatorStats.addDoubleStat
(MetricDef metric, double value) Add a double value to the existing value.void
OperatorStatReceiver.addLongStat
(MetricDef metric, long value) Add a long value to the existing value.void
OperatorStats.addLongStat
(MetricDef metric, long value) Set a stat to the specified long value.double
OperatorStats.getDoubleStat
(MetricDef metric) long
OperatorStats.getLongStat
(MetricDef metric) void
OperatorStatReceiver.setDoubleStat
(MetricDef metric, double value) Set a stat to the specified double value.void
OperatorStats.setDoubleStat
(MetricDef metric, double value) Set a stat to the specified double value.void
OperatorStatReceiver.setLongStat
(MetricDef metric, long value) Set a stat to the specified long value.void
OperatorStats.setLongStat
(MetricDef metric, long value) Add a long value to the existing value. -
Uses of MetricDef in org.apache.drill.exec.physical.impl
Modifier and TypeClassDescriptionstatic enum
static enum
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.aggregate
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.broadcastsender
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.filter
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.flatten
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.join
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.mergereceiver
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.partitionsender
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.unnest
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.unorderedreceiver
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.xsort
-
Uses of MetricDef in org.apache.drill.exec.record
-
Uses of MetricDef in org.apache.drill.exec.store