You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dale Emery (Jira)" <ji...@apache.org> on 2019/12/10 23:57:00 UTC

[jira] [Created] (GEODE-7568) Pass persistence service to manager constructors instead of to each operation

Dale Emery created GEODE-7568:
---------------------------------

             Summary: Pass persistence service to manager constructors instead of to each operation
                 Key: GEODE-7568
                 URL: https://issues.apache.org/jira/browse/GEODE-7568
             Project: Geode
          Issue Type: Improvement
          Components: management
            Reporter: Dale Emery


Currently each {{ConfigurationManager}} takes a persistence service parameter for each of its operation methods, like so:

{{delete(InternalConfigurationPersistenceService service, Deployment config, String groupName)}}

We could instead pass the persistence service to the constructor of each configuration manager implementation. This would simplify the operation methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)