OUT - The type of the elements that result from the SideOutputTransformation being
translated.@Internal public class SideOutputTransformationTranslator<OUT> extends SimpleTransformationTranslator<OUT,SideOutputTransformation<OUT>>
TransformationTranslator for the SideOutputTransformation.TransformationTranslator.Context| 构造器和说明 |
|---|
SideOutputTransformationTranslator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Collection<Integer> |
translateForBatchInternal(SideOutputTransformation<OUT> transformation,
TransformationTranslator.Context context)
Translates a given
Transformation to its runtime implementation for BATCH-style
execution. |
protected Collection<Integer> |
translateForStreamingInternal(SideOutputTransformation<OUT> transformation,
TransformationTranslator.Context context)
Translates a given
Transformation to its runtime implementation for STREAMING-style
execution. |
translateForBatch, translateForStreamingprotected Collection<Integer> translateForBatchInternal(SideOutputTransformation<OUT> transformation, TransformationTranslator.Context context)
SimpleTransformationTranslatorTransformation to its runtime implementation for BATCH-style
execution.translateForBatchInternal 在类中 SimpleTransformationTranslator<OUT,SideOutputTransformation<OUT>>transformation - The transformation to be translated.context - The translation context.StreamNodes in the transformation graph
corresponding to this transformation. These will be the nodes that a potential following
transformation will need to connect to.protected Collection<Integer> translateForStreamingInternal(SideOutputTransformation<OUT> transformation, TransformationTranslator.Context context)
SimpleTransformationTranslatorTransformation to its runtime implementation for STREAMING-style
execution.translateForStreamingInternal 在类中 SimpleTransformationTranslator<OUT,SideOutputTransformation<OUT>>transformation - The transformation to be translated.context - The translation context.StreamNodes in the transformation graph
corresponding to this transformation. These will be the nodes that a potential following
transformation will need to connect to.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.