public class PostProcessingMetricsDoFn extends DoFn<DataChangeRecord,DataChangeRecord> implements java.io.Serializable
DataChangeRecord
s. It will simply
delegate the metrics gathering to the ChangeStreamMetrics
. The metrics measured in this
component are:
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 and Description |
---|
PostProcessingMetricsDoFn(ChangeStreamMetrics metrics) |
Modifier and Type | Method and Description |
---|---|
void |
processElement(DataChangeRecord dataChangeRecord,
DoFn.OutputReceiver<DataChangeRecord> receiver)
Stage to measure a data records latencies and metrics.
|
getAllowedTimestampSkew, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData, prepareForProcessing
public PostProcessingMetricsDoFn(ChangeStreamMetrics metrics)
@DoFn.ProcessElement public void processElement(@DoFn.Element DataChangeRecord dataChangeRecord, DoFn.OutputReceiver<DataChangeRecord> receiver)
dataChangeRecord
- the record to gather metrics forreceiver
- the output receiver of the PostProcessingMetricsDoFn
SDF