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/11 17:48:00 UTC

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

     [ https://issues.apache.org/jira/browse/GEODE-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dale Emery resolved GEODE-7568.
-------------------------------
    Resolution: Fixed

> 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
>            Assignee: Dale Emery
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)