Uses of Class
org.apache.storm.jdbc.trident.state.JdbcState.Options
-
Uses of JdbcState.Options in org.apache.storm.jdbc.trident.state
Modifier and TypeMethodDescriptionJdbcState.Options.withConnectionProvider
(ConnectionProvider connectionProvider) JdbcState.Options.withInsertQuery
(String insertQuery) JdbcState.Options.withJdbcLookupMapper
(JdbcLookupMapper jdbcLookupMapper) JdbcState.Options.withMapper
(JdbcMapper mapper) JdbcState.Options.withQueryTimeoutSecs
(int queryTimeoutSecs) JdbcState.Options.withSelectQuery
(String selectQuery) JdbcState.Options.withTableName
(String tableName) ModifierConstructorDescriptionprotected
JdbcState
(Map<String, Object> map, int partitionIndex, int numPartitions, JdbcState.Options options) JdbcStateFactory
(JdbcState.Options options)