Uses of Interface
org.apache.drill.exec.ops.MetricDef
Packages that use MetricDef
Package
Description
-
Uses of MetricDef in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops with parameters of type MetricDefModifier 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
Classes in org.apache.drill.exec.physical.impl that implement MetricDefModifier and TypeClassDescriptionstatic enum
static enum
-
Uses of MetricDef in org.apache.drill.exec.physical.impl.aggregate
Classes in org.apache.drill.exec.physical.impl.aggregate that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.broadcastsender
Classes in org.apache.drill.exec.physical.impl.broadcastsender that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.filter
Classes in org.apache.drill.exec.physical.impl.filter that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.flatten
Classes in org.apache.drill.exec.physical.impl.flatten that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.join
Classes in org.apache.drill.exec.physical.impl.join that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.mergereceiver
Classes in org.apache.drill.exec.physical.impl.mergereceiver that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.partitionsender
Classes in org.apache.drill.exec.physical.impl.partitionsender that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.unnest
Classes in org.apache.drill.exec.physical.impl.unnest that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.unorderedreceiver
Classes in org.apache.drill.exec.physical.impl.unorderedreceiver that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.physical.impl.xsort
Classes in org.apache.drill.exec.physical.impl.xsort that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.record
Classes in org.apache.drill.exec.record that implement MetricDef -
Uses of MetricDef in org.apache.drill.exec.store
Classes in org.apache.drill.exec.store that implement MetricDef