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/02 23:46:00 UTC

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

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

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

GemFireCacheImpl.getExisting():
* PeerTypeRegistration

GemFireCacheImpl.getForPdx(String):
* PdxInstanceImpl
* PdxReaderImpl
* PdxWriterImpl
* WritablePdxInstanceImpl

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

GemFireCacheImpl.getExisting():
* PeerTypeRegistration


> Remove singleton calls from product code in org.apache.geode.pdx.internal
> -------------------------------------------------------------------------
>
>                 Key: GEODE-4539
>                 URL: https://issues.apache.org/jira/browse/GEODE-4539
>             Project: Geode
>          Issue Type: Sub-task
>          Components: serialization
>            Reporter: Kirk Lund
>            Priority: Major
>
> These product classes in org.apache.geode.pdx.internal invoke singleton getters.
> GemFireCacheImpl.getExisting():
> * PeerTypeRegistration
> GemFireCacheImpl.getForPdx(String):
> * PdxInstanceImpl
> * PdxReaderImpl
> * PdxWriterImpl
> * WritablePdxInstanceImpl



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