You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2018/02/05 17:56:00 UTC

[jira] [Updated] (GEODE-4565) Remove singleton calls from product code in org.apache.geode.internal.cache.execute

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

Kirk Lund updated GEODE-4565:
-----------------------------
    Description: 
These product classes in org.apache.geode.internal.cache.execute invoke singleton getters.

GemFireCacheImpl.getInstance():
* MemberFunctionExecutor
* MultiRegionFunctionExecutor
* ServerRegionFunctionExecutor

InternalDistributedSystem.getAnyInstance():
* FunctionStats
* ServerToClientFunctionResultSender
* ServerToClientFunctionResultSender65

  was:
These product classes in org.apache.geode.internal.cache.execute invoke singleton getters.

GemFireCacheImpl.getInstance():
* MemberFunctionExecutor
* MultiRegionFunctionExecutor
* ServerRegionFunctionExecutor


> Remove singleton calls from product code in org.apache.geode.internal.cache.execute
> -----------------------------------------------------------------------------------
>
>                 Key: GEODE-4565
>                 URL: https://issues.apache.org/jira/browse/GEODE-4565
>             Project: Geode
>          Issue Type: Sub-task
>          Components: functions
>            Reporter: Kirk Lund
>            Priority: Major
>
> These product classes in org.apache.geode.internal.cache.execute invoke singleton getters.
> GemFireCacheImpl.getInstance():
> * MemberFunctionExecutor
> * MultiRegionFunctionExecutor
> * ServerRegionFunctionExecutor
> InternalDistributedSystem.getAnyInstance():
> * FunctionStats
> * ServerToClientFunctionResultSender
> * ServerToClientFunctionResultSender65



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