protected abstract static class JsonToRow.JsonToRowWithErrFn.ParseWithError extends DoFn<java.lang.String,Row>
Modifier and Type | Class and Description |
---|---|
static class |
JsonToRow.JsonToRowWithErrFn.ParseWithError.Builder |
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.UnboundedPerElement, DoFn.WatermarkEstimatorState, DoFn.WindowedContext
Modifier | Constructor and Description |
---|---|
protected |
ParseWithError() |
Modifier and Type | Method and Description |
---|---|
static JsonToRow.JsonToRowWithErrFn.ParseWithError |
create(JsonToRow.JsonToRowWithErrFn jsonToRowWithErrFn) |
abstract JsonToRow.JsonToRowWithErrFn |
getJsonToRowWithErrFn() |
void |
processElement(java.lang.String element,
DoFn.MultiOutputReceiver output) |
abstract JsonToRow.JsonToRowWithErrFn.ParseWithError.Builder |
toBuilder() |
getAllowedTimestampSkew, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData, prepareForProcessing
public abstract JsonToRow.JsonToRowWithErrFn getJsonToRowWithErrFn()
public abstract JsonToRow.JsonToRowWithErrFn.ParseWithError.Builder toBuilder()
public static JsonToRow.JsonToRowWithErrFn.ParseWithError create(JsonToRow.JsonToRowWithErrFn jsonToRowWithErrFn)
@DoFn.ProcessElement public void processElement(@DoFn.Element java.lang.String element, DoFn.MultiOutputReceiver output)