Optimize the areas where its creating extra memory 48/84448/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Mon, 8 Apr 2019 00:18:24 +0000 (20:18 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Mon, 8 Apr 2019 00:18:24 +0000 (20:18 -0400)
commit86115147f09f2f2a0702a82c1895e13ff7f37131
treebed838c28320e0dc580ac06e8a15dbbc6ceeba99
parent08c1bd4d78a0504e7531876869a7ae0cd9c448df
Optimize the areas where its creating extra memory

After doing some analysis using profiler
found that the most cases where memory is being
spent when doing an GET is during the conversion
from one case to another case and instead
cached that during the start of the application

Issue-ID: AAI-2331
Change-Id: I291d5f953d4158daca293198cf6fc7f5cf86d25d
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-core/src/main/java/org/onap/aai/introspection/Introspector.java
aai-core/src/main/java/org/onap/aai/introspection/MoxyLoader.java
aai-core/src/main/java/org/onap/aai/introspection/MoxyStrategy.java
aai-schema-ingest/src/main/java/org/onap/aai/nodes/CaseFormatStore.java [new file with mode: 0644]
aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java
aai-schema-ingest/src/main/java/org/onap/aai/setup/SchemaVersion.java