You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by cs...@apache.org on 2016/05/20 06:51:53 UTC

[2/2] incubator-apex-malhar git commit: Merge branch 'APEXMALHAR-2070'

Merge branch 'APEXMALHAR-2070'


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/debf3c0c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/debf3c0c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/debf3c0c

Branch: refs/heads/master
Commit: debf3c0cc291a6122967b958b32ff575ec8e6f75
Parents: 27e52d8 9319ee7
Author: Chandni Singh <cs...@apache.org>
Authored: Thu May 19 23:42:10 2016 -0700
Committer: Chandni Singh <cs...@apache.org>
Committed: Thu May 19 23:42:10 2016 -0700

----------------------------------------------------------------------
 .../malhar/lib/state/spillable/Spillable.java   |  20 ++-
 .../spillable/SpillableComplexComponent.java    |  42 +++--
 .../state/spillable/inmem/InMemMultiset.java    | 161 +++++++++++++++++
 .../inmem/InMemSpillableArrayList.java          | 175 +++++++++++++++++++
 .../InMemSpillableByteArrayListMultimap.java    | 154 ++++++++++++++++
 .../inmem/InMemSpillableComplexComponent.java   | 117 +++++++++++++
 .../spillable/inmem/InMemMultisetTest.java      |  44 +++++
 .../inmem/InMemSpillableArrayListTest.java      |  44 +++++
 ...InMemSpillableByteArrayListMultimapTest.java |  45 +++++
 9 files changed, 788 insertions(+), 14 deletions(-)
----------------------------------------------------------------------