You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:26:05 UTC

[sling-org-apache-sling-discovery-api] 05/14: SLING-4669: add a comment that a cluster consists of instances hooked to the same persistence/repository

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.discovery.api-1.0.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-api.git

commit 72870cb9043fb38222825923eaeb53c724c06364
Author: Stefan Egli <st...@apache.org>
AuthorDate: Mon Apr 27 13:23:12 2015 +0000

    SLING-4669: add a comment that a cluster consists of instances hooked to the same persistence/repository
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/api@1676256 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/discovery/ClusterView.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/sling/discovery/ClusterView.java b/src/main/java/org/apache/sling/discovery/ClusterView.java
index 3914fcf..0e77c48 100644
--- a/src/main/java/org/apache/sling/discovery/ClusterView.java
+++ b/src/main/java/org/apache/sling/discovery/ClusterView.java
@@ -26,6 +26,9 @@ import aQute.bnd.annotation.ProviderType;
  * A ClusterView represents the instances of a cluster that are
  * up and running and that all can see each other at a certain point in time.
  * <p>
+ * 'Seeing each other'/A cluster refers to being hooked to the same underlying
+ * persistence layer/jcr repository.
+ * <p>
  * A ClusterView can also consist of just one single instance.
  */
 @ProviderType

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.