Improve performance of netconf notification processing 10/22110/3
authorMaros Marsalek <mmarsale@cisco.com>
Mon, 8 Jun 2015 15:21:22 +0000 (17:21 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 17 Jun 2015 08:00:00 +0000 (08:00 +0000)
commit07797c1f8e35731ca7dce1d4524f669a171b731e
treed5ab7fd32bf155460285fc5a80cda8bc71596ed9
parent5a4c31766fe1f8d3b600f1d4aa59b8407e90d100
Improve performance of netconf notification processing

Couple of minor performance fixes e.g:
- create QName without revision when not needed
- delete unnecessary logs
- parse event time using QName.parseRevision

Change-Id: Ic099e40fb5fdb7001af946e5f3e053911e54053f
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/listener/NetconfDeviceCommunicator.java
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/schema/mapping/NetconfMessageTransformer.java