public class DataSinkOp extends Object
| Modifier and Type | Field and Description |
|---|---|
protected URI |
inLocator
The locator of the input
|
| Constructor and Description |
|---|
DataSinkOp(URI uri,
String outputType,
String outputValue,
HashMap<String,String> outputParameters,
long timeout,
TimeUnit timeUnit,
gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer stats) |
DataSinkOp(URI uri,
String outputType,
String outputValue,
HashMap<String,String> outputParameters,
gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer stats) |
DataSinkOp(URI uri,
String outputType,
String outputValue,
Map<String,String> outputParameters,
long timeout,
TimeUnit timeUnit,
gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer stats)
Creates a new
DataSinkOp with configurable timeout for the writer |
DataSinkOp(URI uri,
String outputType,
String outputValue,
Map<String,String> outputParameters,
gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer stats)
Creates a new
DataSinkOp with the default timeout for the writer |
protected URI inLocator
public DataSinkOp(URI uri, String outputType, String outputValue, Map<String,String> outputParameters, gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer stats)
DataSinkOp with the default timeout for the writeruri - The input locator of the result set that will be consumedoutputType - The predefined type of the output data sinkoutputValue - The value for the output of the specific outputTypeoutputParameters - The parameters for the specific outputstats - Statisticspublic DataSinkOp(URI uri, String outputType, String outputValue, HashMap<String,String> outputParameters, gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer stats)
public DataSinkOp(URI uri, String outputType, String outputValue, Map<String,String> outputParameters, long timeout, TimeUnit timeUnit, gr.uoa.di.madgik.searchlibrary.operatorlibrary.stats.StatsContainer stats)
DataSinkOp with configurable timeout for the writeruri - The input locator of the result set that will be consumedoutputType - The predefined type of the output data sinkoutputValue - The value for the output of the specific outputTypeoutputParameters - The parameters for the specific outputtimeout - The timeout to be used for the writertimeUnit - The time unit of the timeout usedstats - StatisticsCopyright © 2015. All Rights Reserved.