public class JdbcOp extends Object
org.gcube.searchservice.searchlibrary.resultset.ResultSet
with the produced results| Modifier and Type | Field and Description |
|---|---|
static String |
ObjectIdFieldNameDef
The default name for the
Field of the object id |
static String |
PayloadFieldNameDef
The default name for the
Field of the payload |
| Constructor and Description |
|---|
JdbcOp(long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
JdbcOp with the default field names for object id and payload |
JdbcOp(StatsContainer stats)
Creates a new
JdbcOp ith the default timeout and the default field names for object id and payload |
JdbcOp(String objectIdFieldName,
String payloadFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
JdbcOp with configurable timeout and field names for object id and payload |
public static String ObjectIdFieldNameDef
Field of the object idpublic static String PayloadFieldNameDef
Field of the payloadpublic JdbcOp(StatsContainer stats)
JdbcOp ith the default timeout and the default field names for object id and payloadstats - statisticspublic JdbcOp(long timeout,
TimeUnit timeUnit,
StatsContainer stats)
JdbcOp with the default field names for object id and payloadtimeUnit - The time unit of the timeoutstats - Statisticspublic JdbcOp(String objectIdFieldName, String payloadFieldName, long timeout, TimeUnit timeUnit, StatsContainer stats)
JdbcOp with configurable timeout and field names for object id and payloadobjectIdFieldName - The name of the Field which will hold the object idpayloadFieldName - The name of the Field which will hold the payloadtimeout - The timeout which will be used by the writertimeUnit - The time unit of the timeoutstats - StatisticsCopyright © 2017. All Rights Reserved.