Package org.apache.beam.sdk.transforms
Class JsonToRow.JsonToRowWithErrFn.ParseWithError
java.lang.Object
org.apache.beam.sdk.transforms.DoFn<String,Row>
 
org.apache.beam.sdk.transforms.JsonToRow.JsonToRowWithErrFn.ParseWithError
- All Implemented Interfaces:
 Serializable,HasDisplayData
- Enclosing class:
 JsonToRow.JsonToRowWithErrFn
protected abstract static class JsonToRow.JsonToRowWithErrFn.ParseWithError
extends DoFn<String,Row> 
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.beam.sdk.transforms.DoFn
DoFn.AlwaysFetched, DoFn.BoundedPerElement, DoFn.BundleFinalizer, DoFn.Element, DoFn.FieldAccess, DoFn.FinishBundle, DoFn.FinishBundleContext, DoFn.GetInitialRestriction, DoFn.GetInitialWatermarkEstimatorState, DoFn.GetRestrictionCoder, DoFn.GetSize, DoFn.GetWatermarkEstimatorStateCoder, DoFn.Key, DoFn.MultiOutputReceiver, DoFn.NewTracker, DoFn.NewWatermarkEstimator, DoFn.OnTimer, DoFn.OnTimerContext, DoFn.OnTimerFamily, DoFn.OnWindowExpiration, DoFn.OnWindowExpirationContext, DoFn.OutputReceiver<T>, DoFn.ProcessContext, DoFn.ProcessContinuation, DoFn.ProcessElement, DoFn.RequiresStableInput, DoFn.RequiresTimeSortedInput, DoFn.Restriction, DoFn.Setup, DoFn.SideInput, DoFn.SplitRestriction, DoFn.StartBundle, DoFn.StartBundleContext, DoFn.StateId, DoFn.Teardown, DoFn.TimerFamily, DoFn.TimerId, DoFn.Timestamp, DoFn.TruncateRestriction, DoFn.UnboundedPerElement, DoFn.WatermarkEstimatorState, DoFn.WindowedContext - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(JsonToRow.JsonToRowWithErrFn jsonToRowWithErrFn) abstract JsonToRow.JsonToRowWithErrFnvoidprocessElement(String element, DoFn.MultiOutputReceiver output) Methods inherited from class org.apache.beam.sdk.transforms.DoFn
getAllowedTimestampSkew, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData, prepareForProcessing 
- 
Constructor Details
- 
ParseWithError
protected ParseWithError() 
 - 
 - 
Method Details
- 
getJsonToRowWithErrFn
 - 
toBuilder
 - 
create
public static JsonToRow.JsonToRowWithErrFn.ParseWithError create(JsonToRow.JsonToRowWithErrFn jsonToRowWithErrFn)  - 
processElement
@ProcessElement public void processElement(@Element String element, DoFn.MultiOutputReceiver output)  
 -