You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2020/02/05 21:03:00 UTC

[jira] [Updated] (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 ]

Owen Nichols updated GEODE-7568:
--------------------------------
    Fix Version/s: 1.12.0

> 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
>             Fix For: 1.12.0
>
>          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)