You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/04/20 09:12:40 UTC

[2/3] storm git commit: Merge branch 'STORM-1649-1.x' of https://github.com/satishd/storm into STORM-1649-1.x

Merge branch 'STORM-1649-1.x' of https://github.com/satishd/storm into STORM-1649-1.x


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/eb0ea70b
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/eb0ea70b
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/eb0ea70b

Branch: refs/heads/1.x-branch
Commit: eb0ea70bbb54bd4a5239d77bfc20ba86875e6e13
Parents: 3a4825e 72d5225
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Apr 20 16:11:43 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Apr 20 16:11:43 2016 +0900

----------------------------------------------------------------------
 .../trident/windowing/HBaseWindowsStore.java    | 42 +++++-----
 .../windowing/HBaseWindowsStoreFactory.java     |  4 +-
 .../windowing/InMemoryWindowsStoreFactory.java  |  6 +-
 .../trident/windowing/WindowKryoSerializer.java | 87 ++++++++++++++++++++
 .../windowing/WindowTridentProcessor.java       |  8 +-
 .../trident/windowing/WindowsStateUpdater.java  |  2 +-
 .../storm/trident/windowing/WindowsStore.java   |  1 +
 .../trident/windowing/WindowsStoreFactory.java  |  9 +-
 8 files changed, 122 insertions(+), 37 deletions(-)
----------------------------------------------------------------------