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, setProperty
getId, getNumericId
public 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
SourceVertex
getReadableWrapper
in class SourceVertex<O>
desiredNumOfSplits
- number of splits desired.Exception
- if fail to get.public String propertiesToJSON()
propertiesToJSON
in class Vertex
Copyright © 2018. All rights reserved.