Class DoFnRunnerWithMetrics<InputT,OutputT>
java.lang.Object
org.apache.beam.runners.spark.translation.DoFnRunnerWithMetrics<InputT,OutputT>
- All Implemented Interfaces:
org.apache.beam.runners.core.DoFnRunner<InputT,
OutputT>
public class DoFnRunnerWithMetrics<InputT,OutputT>
extends Object
implements org.apache.beam.runners.core.DoFnRunner<InputT,OutputT>
DoFnRunner decorator which registers
MetricsContainerImpl
.-
Constructor Summary
ConstructorsConstructorDescriptionDoFnRunnerWithMetrics
(String stepName, org.apache.beam.runners.core.DoFnRunner<InputT, OutputT> delegate, MetricsContainerStepMapAccumulator metricsAccum) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getFn()
<KeyT> void
onTimer
(String timerId, String timerFamilyId, KeyT key, BoundedWindow window, Instant timestamp, Instant outputTimestamp, TimeDomain timeDomain) <KeyT> void
onWindowExpiration
(BoundedWindow window, Instant timestamp, KeyT key) void
processElement
(WindowedValue<InputT> elem) void
-
Constructor Details
-
DoFnRunnerWithMetrics
public DoFnRunnerWithMetrics(String stepName, org.apache.beam.runners.core.DoFnRunner<InputT, OutputT> delegate, MetricsContainerStepMapAccumulator metricsAccum)
-
-
Method Details
-
getFn
-
startBundle
public void startBundle() -
processElement
-
onTimer
public <KeyT> void onTimer(String timerId, String timerFamilyId, KeyT key, BoundedWindow window, Instant timestamp, Instant outputTimestamp, TimeDomain timeDomain) -
finishBundle
public void finishBundle() -
onWindowExpiration
-