You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "dschneider-pivotal (GitHub)" <gi...@apache.org> on 2019/01/25 19:43:25 UTC

[GitHub] [geode] dschneider-pivotal commented on pull request #3119: GEODE-6319: User Guide - Clarify that partitioned regions can be crea…

DynamicRegionFactory has been deprecated in favor of using the function service instead. The javadocs on the class have this:  * @deprecated This class is deprecated. Use {@link FunctionService} to create regions on other
 *             members instead.
So I would use this ticket as an opportunity to remove this reference to DynamicRegionFactory and just keep the part about using function execution to create a region dynamically.
Note that both the class DynamicRegionFactory and the corresponding xml element <dynamic-region-factory> are deprecated so they could be removed in the next major release

[ Full content available at: https://github.com/apache/geode/pull/3119 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org