public static class BatchStatefulParDoOverrides.BatchStatefulDoFn<K,V,OutputT> extends DoFn<KV<K,Iterable<KV<org.joda.time.Instant,WindowedValue<KV<K,V>>>>>,OutputT>
DoFn that explodes an iterable that has been grouped by key and
window.DoFn.BoundedPerElement, DoFn.FinishBundle, DoFn.FinishBundleContext, DoFn.GetInitialRestriction, DoFn.GetRestrictionCoder, DoFn.NewTracker, DoFn.OnTimer, DoFn.OnTimerContext, DoFn.OutputReceiver<T>, DoFn.ProcessContext, DoFn.ProcessContinuation, DoFn.ProcessElement, DoFn.Setup, DoFn.SplitRestriction, DoFn.StartBundle, DoFn.StartBundleContext, DoFn.StateId, DoFn.Teardown, DoFn.TimerId, DoFn.UnboundedPerElement, DoFn.WindowedContext| Modifier and Type | Method and Description |
|---|---|
TypeDescriptor<OutputT> |
getOutputTypeDescriptor() |
DoFn<KV<K,V>,OutputT> |
getUnderlyingDoFn() |
void |
processElement(DoFn.ProcessContext c,
BoundedWindow window) |
getAllowedTimestampSkew, getInputTypeDescriptor, populateDisplayData, prepareForProcessing@DoFn.ProcessElement public void processElement(DoFn.ProcessContext c, BoundedWindow window)
public TypeDescriptor<OutputT> getOutputTypeDescriptor()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.