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/feature/GEODE-714 Commit: df6d7ff40138a640cea59fef8bc0f690692b36c1 Parents: 9bca880 Author: Bruce Schuchardt <bschucha...@pivotal.io> Authored: Mon Jan 4 10:18:56 2016 -0800 Committer: Bruce Schuchardt <bschucha...@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>