You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2016/02/08 18:03:22 UTC

[07/50] [abbrv] incubator-geode git commit: deprecated the mcast-flow-control distributed-system property

deprecated the mcast-flow-control distributed-system property


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

Branch: refs/heads/master
Commit: df6d7ff40138a640cea59fef8bc0f690692b36c1
Parents: 9bca880
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Mon Jan 4 10:18:56 2016 -0800
Committer: Bruce Schuchardt <bs...@pivotal.io>
Committed: Mon Jan 4 10:21:18 2016 -0800

----------------------------------------------------------------------
 .../java/com/gemstone/gemfire/distributed/DistributedSystem.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/df6d7ff4/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java b/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
index 159db86..c09d618 100644
--- a/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
+++ b/gemfire-core/src/main/java/com/gemstone/gemfire/distributed/DistributedSystem.java
@@ -192,6 +192,7 @@ import com.gemstone.gemfire.security.GemFireSecurityException;
  *    ratio should be before sending a recharge.  The rechargeBlockMs
  *    tells the sender how long to wait for a recharge before explicitly
  *    requesting one.</dd>
+ *   <dd><U>Deprecated</U>: as of 9.0 GemFire does not include a flow-of-control protocol for multicast messaging.</dd>
  *   <dd><U>Default</U>: "1048576,0.25,5000"</dd>
  *   <dd><U>Allowed values</U>: 100000-maxInt, 0.1-0.5, 500-60000</dd>
  *   <dd><U>Since</U>: 5.0</dd>