You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/10/25 14:01:30 UTC

[09/14] ignite git commit: IGNITE-6667 wip.

IGNITE-6667 wip.


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

Branch: refs/heads/ignite-6667
Commit: d6fe138a58b3fa711df5b8e8b075e8171042a9a6
Parents: c911b59
Author: Aleksei Scherbakov <al...@gmail.com>
Authored: Tue Oct 24 13:15:06 2017 +0300
Committer: Aleksei Scherbakov <al...@gmail.com>
Committed: Tue Oct 24 13:15:06 2017 +0300

----------------------------------------------------------------------
 .../internal/managers/discovery/DiscoveryCustomMessage.java       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d6fe138a/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java b/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
index 1101695..660e883 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/DiscoveryCustomMessage.java
@@ -93,9 +93,10 @@ public interface DiscoveryCustomMessage extends Serializable {
 
     /**
      * Creates new discovery cache in most efficient way for current message type on topology change.
+     *
      * @param stgy Current cache.
      * @param topVer New topology version.
-     * @param discoCache @return New cache or null if message always reuses current cache.
+     * @param discoCache @return New cache or null if not applicable.
      */
     public @Nullable DiscoCache reuseDiscoCache(ReuseDiscoCacheStrategy stgy, AffinityTopologyVersion topVer,
         DiscoCache discoCache);