Class JdbcState.Options
java.lang.Object
org.apache.storm.jdbc.trident.state.JdbcState.Options
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JdbcState
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionwithConnectionProvider
(ConnectionProvider connectionProvider) withInsertQuery
(String insertQuery) withJdbcLookupMapper
(JdbcLookupMapper jdbcLookupMapper) withMapper
(JdbcMapper mapper) withQueryTimeoutSecs
(int queryTimeoutSecs) withSelectQuery
(String selectQuery) withTableName
(String tableName)
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
withConnectionProvider
-
withTableName
-
withInsertQuery
-
withMapper
-
withJdbcLookupMapper
-
withSelectQuery
-
withQueryTimeoutSecs
-