Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners.inprocess
Interface InProcessPipelineRunner.PCollectionViewWriter<ElemT,ViewT>
-
- Type Parameters:
ElemT
- the type of elements the inputPCollection
contains.ViewT
- the type of the PCollectionView this writer writes to.
- Enclosing class:
- InProcessPipelineRunner
public static interface InProcessPipelineRunner.PCollectionViewWriter<ElemT,ViewT>
AInProcessPipelineRunner.PCollectionViewWriter
is responsible for writing contents of aPCollection
to a storage mechanism that can be read from while constructing aPCollectionView
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
add(Iterable<com.google.cloud.dataflow.sdk.util.WindowedValue<ElemT>> values)
-