public class DataSourceOp extends Object
| Constructor and Description |
|---|
DataSourceOp(String inputType,
String inputValue,
HashMap<String,String> inputParameters) |
DataSourceOp(String inputType,
String inputValue,
HashMap<String,String> inputParameters,
long timeout,
TimeUnit timeUnit) |
DataSourceOp(String inputType,
String inputValue,
Map<String,String> inputParameters)
Creates a new
DataSourceOp with the default timeout for the
writer |
DataSourceOp(String inputType,
String inputValue,
Map<String,String> inputParameters,
long timeout,
TimeUnit timeUnit)
Creates a new
DataSourceOp with configurable timeout for the
writer |
public DataSourceOp(String inputType, String inputValue, Map<String,String> inputParameters)
DataSourceOp with the default timeout for the
writerinputType - The predefined type of the input data sourceinputValue - The value for the input of the specific inputTypeinputParameters - The parameters for the specific inputpublic DataSourceOp(String inputType, String inputValue, HashMap<String,String> inputParameters)
public DataSourceOp(String inputType, String inputValue, Map<String,String> inputParameters, long timeout, TimeUnit timeUnit)
DataSourceOp with configurable timeout for the
writerinputType - The predefined type of the input data sourceinputValue - The value for the input of the specific inputTypeinputParameters - The parameters for the specific inputtimeout - The timeout to be used for the writertimeUnit - The time unit of the timeout usedCopyright © 2015. All Rights Reserved.