From: Robert Varga Date: Sun, 25 Nov 2018 17:29:17 +0000 (+0100) Subject: Improve NormalizedNodeInputStreamReader X-Git-Tag: release/neon~51 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=315a23ea8d215ac5b29fea613f31fd35f6a6899b;hp=315a23ea8d215ac5b29fea613f31fd35f6a6899b;p=controller.git Improve NormalizedNodeInputStreamReader We really want to retain source iteration order of predicates being streamed into the system, as they usually match the order locally. Refactor NormalizedNodeInputStreamReader to read complete NodeIdentifierWithPredicate objects, thus allowing us to use ImmutableOffsetMapTemplate to skip some data checks and copying around. MDSAL: YANGTOOLS-917 Change-Id: I162919c7e56109fc98933a4eeae8669b030dc992 Signed-off-by: Robert Varga ---