Improve RpcInvocationStrategy performance 20/14420/4
authorRobert Varga <rovarga@cisco.com>
Fri, 23 Jan 2015 08:02:29 +0000 (09:02 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 23 Jan 2015 22:36:25 +0000 (23:36 +0100)
commitcc7a64517be8425a1b9072dbce02a4d5dbae6339
treeb8f761e2c7d07b34d8abb2f456b57a0da38bab9c
parent0d8bfc60b76a08a57aeecde558bf00a82505ced3
Improve RpcInvocationStrategy performance

As it turns out, the transformation function can easily be shared,
reducing the amount of objects we create.

Change-Id: I76c86e2f0c63e87c87677ac739f980a5e7929d3f
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/connect/dom/RpcInvocationStrategy.java