Merge branch 'GOSSIP-89' of https://github.com/Terry-Weymouth/incubator-gossip into origin/master
Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/98a1e703 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/98a1e703 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/98a1e703 Branch: refs/heads/origin/master Commit: 98a1e7031dd8c611c2d99153c28755370b2826d3 Parents: 94da0bb 1c673c8 Author: edward <[email protected]> Authored: Tue Aug 1 21:44:13 2017 -0400 Committer: edward <[email protected]> Committed: Tue Aug 1 21:44:13 2017 -0400 ---------------------------------------------------------------------- .../apache/gossip/examples/ExampleCommon.java | 50 ------ .../gossip/examples/RunStandardExamples.java | 105 ++++++++++++ .../examples/StandAloneDatacenterAndRack.java | 37 +++-- .../gossip/examples/StandAloneExampleBase.java | 162 +++++++++++++++++++ .../apache/gossip/examples/StandAloneNode.java | 49 +++--- .../examples/StandAloneNodeCrdtOrSet.java | 128 ++++++++------- .../gossip/examples/StandAlonePNCounter.java | 130 ++++----------- 7 files changed, 402 insertions(+), 259 deletions(-) ----------------------------------------------------------------------
