You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2014/07/09 16:45:14 UTC

[8/8] git commit: This closes #5

This closes #5


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/2ebc307a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/2ebc307a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/2ebc307a

Branch: refs/heads/master
Commit: 2ebc307a34caa126a5b43e98bbef5e094bc2eb44
Parents: 65bc06a 25ef693
Author: Aled Sage <al...@gmail.com>
Authored: Wed Jul 9 15:42:15 2014 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Jul 9 15:42:15 2014 +0100

----------------------------------------------------------------------
 .../elasticsearch/ElasticSearchCluster.java     |  18 +++
 .../elasticsearch/ElasticSearchClusterImpl.java |  37 ++++++
 .../nosql/elasticsearch/ElasticSearchNode.java  |  66 ++++++++++
 .../elasticsearch/ElasticSearchNodeDriver.java  |   7 ++
 .../elasticsearch/ElasticSearchNodeImpl.java    |  92 ++++++++++++++
 .../ElasticSearchNodeSshDriver.java             | 119 +++++++++++++++++++
 .../ElasticSearchClusterIntegrationTest.java    | 102 ++++++++++++++++
 .../ElasticSearchNodeIntegrationTest.java       |  94 +++++++++++++++
 8 files changed, 535 insertions(+)
----------------------------------------------------------------------