O - output type.public final class BeamBoundedSourceVertex<O> extends SourceVertex<O>
| Constructor and Description |
|---|
BeamBoundedSourceVertex(org.apache.beam.sdk.io.BoundedSource<O> source)
Constructor of BeamBoundedSourceVertex.
|
| Modifier and Type | Method and Description |
|---|---|
BeamBoundedSourceVertex |
getClone() |
ReadablesWrapper<O> |
getReadableWrapper(int desiredNumOfSplits)
Gets parallel readable wrapper.
|
String |
propertiesToJSON() |
copyExecutionPropertiesTo, getExecutionProperties, getProperty, irVertexPropertiesToString, setPropertygetId, getNumericIdpublic BeamBoundedSourceVertex(org.apache.beam.sdk.io.BoundedSource<O> source)
source - BoundedSource to read from.public BeamBoundedSourceVertex getClone()
public ReadablesWrapper<O> getReadableWrapper(int desiredNumOfSplits) throws Exception
SourceVertexgetReadableWrapper in class SourceVertex<O>desiredNumOfSplits - number of splits desired.Exception - if fail to get.public String propertiesToJSON()
propertiesToJSON in class VertexCopyright © 2018. All rights reserved.