[
https://issues.apache.org/jira/browse/GEODE-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Kohlmeyer updated GEODE-3583:
---------------------------------
Description:
This ticket is the parent ticket to remove all invocations of
Cache.getAnyInstance(), GemFireCacheImpl.getInstance(), etc...
This improvement is complete is there are no more usages of the static methods
to retrieve a Cache
As per some work that [~huynhja] has done
_
"grep -rl "GemFireCacheImpl.getInstance" --include \*.java . >
GemFireCacheImplList.txt
grep -rl "CacheFactory.getAnyInstance" --include \*.java . >
CacheFactoryList.txt
grep -rl "InternalDistributedSystem.getAnyInstance" --include \*.java . >
InternalDistributedSystemList.txt
I've attached the files to this email...
The combinedList.txt is a grep that combined all 3 calls into a single file..."_
was:
This ticket is the parent ticket to remove all invocations of
Cache.getAnyInstance(), GemFireCacheImpl.getInstance(), etc...
This improvement is complete is there are no more usages of the static methods
to retrieve a Cache
> Remove all usages of static methods to the Cache
> ------------------------------------------------
>
> Key: GEODE-3583
> URL: https://issues.apache.org/jira/browse/GEODE-3583
> Project: Geode
> Issue Type: Improvement
> Reporter: Udo Kohlmeyer
> Attachments: CacheFactoryList.txt, CombinedList.txt,
> GemFireCacheImplList.txt, InternalDistributedSystemList.txt
>
>
> This ticket is the parent ticket to remove all invocations of
> Cache.getAnyInstance(), GemFireCacheImpl.getInstance(), etc...
> This improvement is complete is there are no more usages of the static
> methods to retrieve a Cache
> As per some work that [~huynhja] has done
> _
> "grep -rl "GemFireCacheImpl.getInstance" --include \*.java . >
> GemFireCacheImplList.txt
> grep -rl "CacheFactory.getAnyInstance" --include \*.java . >
> CacheFactoryList.txt
> grep -rl "InternalDistributedSystem.getAnyInstance" --include \*.java . >
> InternalDistributedSystemList.txt
> I've attached the files to this email...
> The combinedList.txt is a grep that combined all 3 calls into a single
> file..."_
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)