T - type of initial data.public final class InitializedSourceVertex<T> extends SourceVertex<T>
| Constructor and Description |
|---|
InitializedSourceVertex(Iterable<T> initializedSourceData)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InitializedSourceVertex<T> |
getClone() |
ReadablesWrapper<T> |
getReadableWrapper(int desiredNumOfSplits)
Gets parallel readable wrapper.
|
copyExecutionPropertiesTo, getExecutionProperties, getProperty, irVertexPropertiesToString, setPropertygetId, getNumericId, propertiesToJSONpublic InitializedSourceVertex<T> getClone()
public ReadablesWrapper<T> getReadableWrapper(int desiredNumOfSplits) throws Exception
SourceVertexgetReadableWrapper in class SourceVertex<T>desiredNumOfSplits - number of splits desired.Exception - if fail to get.Copyright © 2018. All rights reserved.