[ 
https://issues.apache.org/jira/browse/GEODE-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377238#comment-16377238
 ] 

ASF subversion and git services commented on GEODE-4559:
--------------------------------------------------------

Commit 3b6a9aaf9d1ae6608a1fd9ffee01b399a6a11452 in geode's branch 
refs/heads/feature/GEODE-4738 from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3b6a9aa ]

GEODE-4559: pass the Cache to a Declarable (#1422)

* Declarable now has a default method named "initialize(Cache, Properties)".
This allows a Declarable to know the cache that created it.
Deprecated Declarable.init(Properties).
Note that for backwards compatibility, the product calls
both these methods. Also the two Declarables that the product
implements, AutoBalancer and ReflectionBasedAutoSerializer,
implement both these methods but after the first calls subsequent
calls of init or initialize will be noops.

* initialize on ReflectionBasedAutoSerializer now call setRegionService with 
the cache.
init and initialize can now be called multiple times and each time the 
properties will
be set again. This is for backwards compatibility.

* The AutoBalancer no longer looks up the static cache.
but instead of given one by the product calling setCache
during initialization.



> Remove singleton calls from product code in org.apache.geode.cache.util
> -----------------------------------------------------------------------
>
>                 Key: GEODE-4559
>                 URL: https://issues.apache.org/jira/browse/GEODE-4559
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, regions
>            Reporter: Kirk Lund
>            Assignee: Darrel Schneider
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.5.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> These product classes in org.apache.geode.cache.util invoke singleton getters.
> GemFireCacheImpl.getInstance():
> * AutoBalancer$GeodeCacheFacade



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to