public static class CustomsFeaturesCombiner.CustomsFeaturesCombineFn extends org.apache.beam.sdk.transforms.Combine.CombineFn<Event,CustomsFeatures,CustomsFeatures>
Combine.CombineFn
for creating collections of CustomsFeatures
Constructor and Description |
---|
CustomsFeaturesCombineFn() |
Modifier and Type | Method and Description |
---|---|
CustomsFeatures |
addInput(CustomsFeatures col,
Event input) |
CustomsFeatures |
createAccumulator() |
CustomsFeatures |
defaultValue() |
CustomsFeatures |
extractOutput(CustomsFeatures col) |
CustomsFeatures |
mergeAccumulators(Iterable<CustomsFeatures> cols) |
public CustomsFeatures createAccumulator()
createAccumulator
in class org.apache.beam.sdk.transforms.Combine.CombineFn<Event,CustomsFeatures,CustomsFeatures>
public CustomsFeatures addInput(CustomsFeatures col, Event input)
addInput
in class org.apache.beam.sdk.transforms.Combine.CombineFn<Event,CustomsFeatures,CustomsFeatures>
public CustomsFeatures mergeAccumulators(Iterable<CustomsFeatures> cols)
mergeAccumulators
in class org.apache.beam.sdk.transforms.Combine.CombineFn<Event,CustomsFeatures,CustomsFeatures>
public CustomsFeatures extractOutput(CustomsFeatures col)
extractOutput
in class org.apache.beam.sdk.transforms.Combine.CombineFn<Event,CustomsFeatures,CustomsFeatures>
public CustomsFeatures defaultValue()
defaultValue
in interface org.apache.beam.sdk.transforms.CombineFnBase.GlobalCombineFn<Event,CustomsFeatures,CustomsFeatures>
defaultValue
in class org.apache.beam.sdk.transforms.Combine.CombineFn<Event,CustomsFeatures,CustomsFeatures>
Copyright © 2022. All rights reserved.