Class PCollectionViewTranslatorBatch<ElemT,ViewT>
java.lang.Object
org.apache.beam.runners.twister2.translators.batch.PCollectionViewTranslatorBatch<ElemT,ViewT>
- All Implemented Interfaces:
BatchTransformTranslator<View.CreatePCollectionView<ElemT,
ViewT>>
public class PCollectionViewTranslatorBatch<ElemT,ViewT>
extends Object
implements BatchTransformTranslator<View.CreatePCollectionView<ElemT,ViewT>>
PCollectionView translator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
translateNode
(View.CreatePCollectionView<ElemT, ViewT> transform, Twister2BatchTranslationContext context)
-
Constructor Details
-
PCollectionViewTranslatorBatch
public PCollectionViewTranslatorBatch()
-
-
Method Details
-
translateNode
public void translateNode(View.CreatePCollectionView<ElemT, ViewT> transform, Twister2BatchTranslationContext context) - Specified by:
translateNode
in interfaceBatchTransformTranslator<ElemT>
-