public class CreateDataflowView<ElemT,ViewT> extends PTransform<PCollection<ElemT>,PCollection<ElemT>>
DataflowRunner marker class for creating a PCollectionView.name| Modifier and Type | Method and Description |
|---|---|
PCollection<ElemT> |
expand(PCollection<ElemT> input) |
PCollectionView<ViewT> |
getView() |
static <ElemT,ViewT> |
of(PCollectionView<ViewT> view) |
getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, populateDisplayData, toString, validatepublic static <ElemT,ViewT> CreateDataflowView<ElemT,ViewT> of(PCollectionView<ViewT> view)
public PCollection<ElemT> expand(PCollection<ElemT> input)
expand in class PTransform<PCollection<ElemT>,PCollection<ElemT>>public PCollectionView<ViewT> getView()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.