Class JdbcQuery
java.lang.Object
org.apache.storm.trident.operation.BaseOperation
org.apache.storm.trident.state.BaseQueryFunction<JdbcState,List<Values>>
org.apache.storm.jdbc.trident.state.JdbcQuery
- All Implemented Interfaces:
Serializable
,EachOperation
,Operation
,QueryFunction<JdbcState,
List<Values>>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbatchRetrieve
(JdbcState jdbcState, List<TridentTuple> tridentTuples) void
execute
(TridentTuple tuples, List<Values> values, TridentCollector tridentCollector) Methods inherited from class org.apache.storm.trident.operation.BaseOperation
cleanup, prepare
-
Constructor Details
-
JdbcQuery
public JdbcQuery()
-
-
Method Details
-
batchRetrieve
-
execute
-