Bug 650: Removed uncessary wrapping and allocation of futures 40/11040/3
authorRobert Varga <rovarga@cisco.com>
Thu, 11 Sep 2014 11:58:32 +0000 (13:58 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 11 Sep 2014 19:59:57 +0000 (21:59 +0200)
commit3d218be158cc7e36503c75723e54d96203f9a420
tree8a725e432994b4c42d959aba33608a2c02ba76ea
parent5834673a28941e470173b5215f56cebdf0cfa2f0
Bug 650: Removed uncessary wrapping and allocation of futures

There is no need to use an intermediate checkfuture just to communicate
the list over, so let's get rid of the warpping. At the same time we
eliminate lists and opt for arrays. The sizing requirements for arrays
are determined precisely once, when a coordinator is allocated.

Change-Id: Id5c4c7852210b99c4da3e9e77a84c0d2d0fa622d
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/broker/impl/DOMDataCommitCoordinatorImpl.java