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