Package org.talend.sdk.component.junit
Class JoinInputFactory
java.lang.Object
org.talend.sdk.component.junit.JoinInputFactory
- All Implemented Interfaces:
ControllableInputFactory
,org.talend.sdk.component.runtime.output.InputFactory
An input factory which joins multiple distinct sources reading them in "parallel".
IMPORTANT: all entries of the map but have the same "size".
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.talend.sdk.component.junit.InputFactoryIterable
boolean
withInput
(String branch, Collection<?> branchData)
-
Constructor Details
-
JoinInputFactory
public JoinInputFactory()
-
-
Method Details
-
withInput
-
read
- Specified by:
read
in interfaceorg.talend.sdk.component.runtime.output.InputFactory
-
hasMoreData
- Specified by:
hasMoreData
in interfaceControllableInputFactory
-
asInputRecords
- Specified by:
asInputRecords
in interfaceControllableInputFactory
-