O - output type.public abstract class SourceVertex<O> extends IRVertex
| Constructor and Description | 
|---|
SourceVertex()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ReadablesWrapper<O> | 
getReadableWrapper(int desiredNumOfSplits)
Gets parallel readable wrapper. 
 | 
copyExecutionPropertiesTo, getClone, getExecutionProperties, getProperty, irVertexPropertiesToString, setPropertygetId, getNumericId, propertiesToJSONpublic abstract ReadablesWrapper<O> getReadableWrapper(int desiredNumOfSplits) throws Exception
desiredNumOfSplits - number of splits desired.Exception - if fail to get.Copyright © 2018. All rights reserved.