Merge branch 'APEXMALHAR-2185-bounded-dedup' of https://github.com/bhupeshchawda/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/17f6c552 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/17f6c552 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/17f6c552 Branch: refs/heads/master Commit: 17f6c5523e33cae6d70f9260e295f92e44894bcd Parents: 822323d cc62a5e Author: Chinmay Kolhatkar <[email protected]> Authored: Wed Aug 24 15:01:52 2016 +0530 Committer: Chinmay Kolhatkar <[email protected]> Committed: Wed Aug 24 15:01:52 2016 +0530 ---------------------------------------------------------------------- .../apex/malhar/lib/dedup/AbstractDeduper.java | 25 ++- .../malhar/lib/dedup/BoundedDedupOperator.java | 206 +++++++++++++++++++ .../lib/dedup/TimeBasedDedupOperator.java | 31 ++- .../lib/dedup/DeduperBoundedPOJOImplTest.java | 110 ++++++++++ 4 files changed, 359 insertions(+), 13 deletions(-) ----------------------------------------------------------------------
