public class FilterOp extends Object
org.gcube.searchservice.searchlibrary.resultset.ResultSet
and produce a new org.gcube.searchservice.searchlibrary.resultset.ResultSet output holding the passing
records| Constructor and Description |
|---|
FilterOp(URI inLocator,
String payloadFieldName,
StatsContainer stats)
Creates a new
FilterOp with the default timeout for the reader and the writer |
FilterOp(URI inLocator,
String payloadFieldName,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Creates a new
FilterOp with configurable timeout for the reader and the writer |
public FilterOp(URI inLocator, String payloadFieldName, StatsContainer stats)
FilterOp with the default timeout for the reader and the writerlocator - The locator of the inputpayloadFieldName - The name of the Field which contains the payload to apply the filtering operation onstats - Statisticspublic FilterOp(URI inLocator, String payloadFieldName, StatsContainer stats, long timeout, TimeUnit timeUnit)
FilterOp with configurable timeout for the reader and the writerlocator - The locator of the inputpayloadFieldName - The name of the Field which contains the payload to apply the filtering operation onstats - Statisticstimeout - The timeout to be used both by the reader and the writertimeUnit - The time unit of the timeout usedCopyright © 2017. All Rights Reserved.