Uses of Class
org.apache.storm.jdbc.bolt.JdbcInsertBolt
-
Packages that use JdbcInsertBolt Package Description org.apache.storm.jdbc.bolt -
-
Uses of JdbcInsertBolt in org.apache.storm.jdbc.bolt
Methods in org.apache.storm.jdbc.bolt that return JdbcInsertBolt Modifier and Type Method Description JdbcInsertBolt
JdbcInsertBolt. withInsertQuery(String insertQuery)
JdbcInsertBolt
JdbcInsertBolt. withQueryTimeoutSecs(int queryTimeoutSecs)
JdbcInsertBolt
JdbcInsertBolt. withTableName(String tableName)
-