public class DoFnRunnerWithKeyedInternals<InputT,OutputT>
extends java.lang.Object
implements org.apache.beam.runners.core.DoFnRunner<InputT,OutputT>
| Modifier and Type | Method and Description |
|---|---|
void |
finishBundle() |
org.apache.beam.sdk.transforms.DoFn<InputT,OutputT> |
getFn() |
<KeyT> void |
onTimer(java.lang.String timerId,
java.lang.String timerFamilyId,
KeyT key,
org.apache.beam.sdk.transforms.windowing.BoundedWindow window,
org.joda.time.Instant timestamp,
org.joda.time.Instant outputTimestamp,
org.apache.beam.sdk.state.TimeDomain timeDomain) |
<KeyT> void |
onWindowExpiration(org.apache.beam.sdk.transforms.windowing.BoundedWindow window,
org.joda.time.Instant timestamp,
KeyT key) |
void |
processElement(org.apache.beam.sdk.util.WindowedValue<InputT> elem) |
void |
startBundle() |
public void startBundle()
public void processElement(org.apache.beam.sdk.util.WindowedValue<InputT> elem)
public <KeyT> void onTimer(java.lang.String timerId,
java.lang.String timerFamilyId,
KeyT key,
org.apache.beam.sdk.transforms.windowing.BoundedWindow window,
org.joda.time.Instant timestamp,
org.joda.time.Instant outputTimestamp,
org.apache.beam.sdk.state.TimeDomain timeDomain)
public void finishBundle()
public <KeyT> void onWindowExpiration(org.apache.beam.sdk.transforms.windowing.BoundedWindow window,
org.joda.time.Instant timestamp,
KeyT key)