Remove use of thread-local output
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 3 Jun 2019 19:12:44 +0000 (21:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Jun 2019 09:38:58 +0000 (11:38 +0200)
commit14fd5210e33bfa7a3a51014e77090b6ca3c5b7fb
tree8c4b5427ebf1b929ea8a8f0cba5d022647ca53a9
parentb4f879399a57daa3cd0f83a5b14754b1d68effd9
Remove use of thread-local output

All callers can be safely migrated to using a non-shared writer,
as they all are expected to be apex implementations.

JIRA: CONTROLLER-1888
Change-Id: I87cfa1d3ec415b79c40c29a91ccbd8da2869b27a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NormalizedNodeDataOutput.java
java/org/opendaylight/controller/cluster/datastore/node/utils/stream/SerializationUtils.java