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:45:02 UTC

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

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

Kirk Lund updated GEODE-4553:
-----------------------------
    Description: 
These product classes in org.apache.geode.distributed.internal invoke singleton getters.

GemFireCacheImpl.getInstance():
* DSClock
* DSClock$CacheTimeTask
* InternalDistributedSystem
* InternalLocator

InternalDistributedSystem.getAnyInstance():
* DistributionMessage
* HighPriorityAckedMessage
* InternalDistributedSystem
* InternalLocator
* SerialAckedMessage


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

GemFireCacheImpl.getInstance():
* DSClock
* DSClock$CacheTimeTask
* InternalDistributedSystem
* InternalLocator



> Remove singleton calls from product code in org.apache.geode.distributed.internal
> ---------------------------------------------------------------------------------
>
>                 Key: GEODE-4553
>                 URL: https://issues.apache.org/jira/browse/GEODE-4553
>             Project: Geode
>          Issue Type: Sub-task
>          Components: membership
>            Reporter: Kirk Lund
>            Priority: Major
>
> These product classes in org.apache.geode.distributed.internal invoke singleton getters.
> GemFireCacheImpl.getInstance():
> * DSClock
> * DSClock$CacheTimeTask
> * InternalDistributedSystem
> * InternalLocator
> InternalDistributedSystem.getAnyInstance():
> * DistributionMessage
> * HighPriorityAckedMessage
> * InternalDistributedSystem
> * InternalLocator
> * SerialAckedMessage



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