Taylor Peoples 915badc7d1 Cluster model objects wrapper
Currently a model of the cluster is constructed every time a strategy is
executed, which will not scale in production or in larger environments.
If Watcher intends to be used by larger envirionments it needs a more
robust way to construct and maintain a model of the cluster. An
in-memory cache of this model can be built up and kept fresh via
notifications from services of interest in addition to periodic syncing
logic.

Co-Authored-By: Vincent FRANCOISE <Vincent.FRANCOISE@b-com.com>
Change-Id: I338b1169049c80638c5229648c6f26ed39a9b622
2016-06-23 12:11:10 +02:00
..

plantuml

To build an image from a source file, you have to upload the plantuml JAR file available on http://plantuml.com/download.html. After, just run this command to build your image:

$ cd doc/source/images
$ java -jar /path/to/plantuml.jar doc/source/image_src/plantuml/my_image.txt
$ ls doc/source/images/
my_image.png