public interface OutputReceiverFactory
Modifier and Type | Method and Description |
---|---|
<OutputT> FnDataReceiver<OutputT> |
create(java.lang.String pCollectionId)
Get a new
FnDataReceiver for an output PCollection. |
<OutputT> FnDataReceiver<OutputT> create(java.lang.String pCollectionId)
FnDataReceiver
for an output PCollection.
This call should only be invoked once per PCollection id per factory.