You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "pdxrunner (GitHub)" <gi...@apache.org> on 2018/11/14 16:29:09 UTC

[GitHub] [geode] pdxrunner commented on pull request #2846: GEODE-5971: Refactor AlterAsyncEventQueueCommand to extend SingleGfshCommand

After all the groups specified (or "cluster") are cycled through in the `for` loop we drop into this code. The `*Command` implementor can override either `updateGroupConfig` or `updateAllConfigs`. If `updateGroupConfigs` is not overridden, then nothing gets processed in the `for` loop and everything gets processed via this `Map`. See the `AlterAsyncEventQueueCommand` changes for an `updateAllConfigs` implementation.

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