Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 2a709185c -> 223129650


# IGNITE-843 Tip for atomic cfg cache mode.


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

Branch: refs/heads/ignite-843
Commit: 22312965078fbc4775965c0357b512f8c299f722
Parents: 2a70918
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Fri Jun 12 21:41:26 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Fri Jun 12 21:41:26 2015 +0700

----------------------------------------------------------------------
 modules/webconfig/nodejs/public/form-models/clusters.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/22312965/modules/webconfig/nodejs/public/form-models/clusters.json
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/public/form-models/clusters.json 
b/modules/webconfig/nodejs/public/form-models/clusters.json
index 7ca659d..257d2fd 100644
--- a/modules/webconfig/nodejs/public/form-models/clusters.json
+++ b/modules/webconfig/nodejs/public/form-models/clusters.json
@@ -227,7 +227,13 @@
           "type": "dropdown",
           "model": "cacheMode",
           "placeholder": "partitioned",
-          "items": "cacheModes"
+          "items": "cacheModes",
+          "tip": [
+            "Cache modes:",
+            "<ul><li>Partitioned - in this mode the overall key set will be 
divided into partitions and all partitions will be split equally between 
participating nodes.</li>",
+            "<li>Replicated - in this mode all the keys are distributed to all 
participating nodes.</li>",
+            "<li>Local - in this mode caches residing on different grid nodes 
will not know about each other.</li></ul>"
+          ]
         },
         {
           "label": "Sequence reserve",

Reply via email to