Merge branch 'APEXMALHAR-2066-JdbcPolling' of https://github.com/devtagare/incubator-apex-malhar
Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/aaa4464f Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/aaa4464f Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/aaa4464f Branch: refs/heads/master Commit: aaa4464f0bb03db4aca5f6efd9658c0a791d0b42 Parents: 1320128 4c7d268 Author: bhupesh <[email protected]> Authored: Fri Jul 15 09:55:47 2016 +0530 Committer: bhupesh <[email protected]> Committed: Fri Jul 15 09:55:47 2016 +0530 ---------------------------------------------------------------------- .../db/jdbc/AbstractJdbcPollInputOperator.java | 661 +++++++++++++++++++ .../lib/db/jdbc/JdbcMetaDataUtility.java | 353 ++++++++++ .../lib/db/jdbc/JdbcPollInputOperator.java | 231 +++++++ .../datatorrent/lib/db/jdbc/JdbcPollerTest.java | 246 +++++++ 4 files changed, 1491 insertions(+) ----------------------------------------------------------------------
