Rename ValueTypes to LithiumValue
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Sep 2019 17:59:04 +0000 (19:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Sep 2019 08:45:32 +0000 (10:45 +0200)
commit955ad6f91a5bdf676ff9f0a6b2f6e1e1613c37ce
treec99bbf7299d5d7a552905406cfbe42bff73c3cb9
parent9978a66af77e2546de517dd707319d3bfbad3c20
Rename ValueTypes to LithiumValue

These constants are only used in Lithium-based streams, make sure
we reflect that in the name of the class, so they do not end up
being confused.

JIRA: CONTROLLER-1919
Change-Id: I2e880b825d82b8a9b76008248d7663eab4bc1d71
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
java/org/opendaylight/controller/cluster/datastore/node/utils/stream/AbstractLithiumDataInput.java
java/org/opendaylight/controller/cluster/datastore/node/utils/stream/AbstractLithiumDataOutput.java
java/org/opendaylight/controller/cluster/datastore/node/utils/stream/LithiumValue.java [moved from java/org/opendaylight/controller/cluster/datastore/node/utils/stream/ValueTypes.java with 96% similarity]