BUG-509: remove StoreMetadataNode.children() 15/7015/1
authorRobert Varga <rovarga@cisco.com>
Thu, 15 May 2014 09:10:36 +0000 (11:10 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 15 May 2014 09:10:36 +0000 (11:10 +0200)
commit67db8d6568048d1e5b56b626b11b1aa57211e79c
treede324f382eb5bd11b0ba104d56530725c480e82a
parent538cd7faddb1a39aeb18d095db8d070fbf6b38f9
BUG-509: remove StoreMetadataNode.children()

This patch removes the now-unneeded access, which means the children
iteration order is no longer part of StoreMetadataNode, allowing us to
use more memory-efficient HashMap instead of LinkedHashMap. Let's do
precisely that.

Change-Id: I0764bfa9861f9df4d3014151db96edf1024e3f9b
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/tree/StoreMetadataNode.java