Add cursor lookup fast-path 72/46372/2
authorRobert Varga <rovarga@cisco.com>
Tue, 20 Sep 2016 15:39:19 +0000 (17:39 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 3 Oct 2016 13:49:39 +0000 (13:49 +0000)
commit7723a349513ae47974fa014586e887cc731f69ce
tree87a9553c2e12ae313c6cc3a5ae5bdd3ca221ddfe
parente47199a976bce4ed4949b840f7aaf175253ec144
Add cursor lookup fast-path

Users will typically select one of the subtrees to create
cursor on, hence add a fast path which will perform a simple
lookup.

Change-Id: Ied0710a765edf8cdd4ebd7f2712f310f82f35b1a
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit 2ff021b039e02cfc74661383a2a204992b4ef200)
dom/mdsal-dom-broker/src/main/java/org/opendaylight/mdsal/dom/broker/ShardedDOMDataTreeWriteTransaction.java
dom/mdsal-dom-inmemory-datastore/src/main/java/org/opendaylight/mdsal/dom/store/inmemory/InmemoryDOMDataTreeShardWriteTransaction.java