This closes #767
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/df4eb8a7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/df4eb8a7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/df4eb8a7 Branch: refs/heads/master Commit: df4eb8a7fe7e8e0ba319b8051d730047c292d741 Parents: 3559b5d e37f058 Author: Aled Sage <[email protected]> Authored: Thu Jul 23 23:41:02 2015 -0700 Committer: Aled Sage <[email protected]> Committed: Thu Jul 23 23:41:02 2015 -0700 ---------------------------------------------------------------------- sandbox/nosql/pom.xml | 14 ++ .../nosql/hazelcast/HazelcastCluster.java | 59 +++++++ .../nosql/hazelcast/HazelcastClusterImpl.java | 124 +++++++++++++++ .../entity/nosql/hazelcast/HazelcastNode.java | 97 +++++++++++ .../nosql/hazelcast/HazelcastNodeDriver.java | 25 +++ .../nosql/hazelcast/HazelcastNodeImpl.java | 148 +++++++++++++++++ .../nosql/hazelcast/HazelcastNodeSshDriver.java | 159 +++++++++++++++++++ .../nosql/hazelcast/hazelcast-brooklyn.xml | 65 ++++++++ .../hazelcast/HazelcastClusterEc2LiveTest.java | 71 +++++++++ .../HazelcastClusterSoftlayerLiveTest.java | 71 +++++++++ 10 files changed, 833 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/df4eb8a7/sandbox/nosql/pom.xml ----------------------------------------------------------------------
