Move Lithium tokens to their own class
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Sep 2019 17:36:10 +0000 (19:36 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Sep 2019 08:45:32 +0000 (10:45 +0200)
commitd806313235b0f6e64e34d4a56776513fba0818ee
treef2091a72777db44bf1f342781eeb00edd2b4aa89
parent108f6ffbd60382a5c03db7273c982a440ae65301
Move Lithium tokens to their own class

TokenTypes assumes singularity, which can create confusion, as we
have multiple multiple distinct sets. This separates out
Lithium-specific tokens into their own class.

JIRA: CONTROLLER-1919
Change-Id: Id8c47be7c432b44980dbeac8ef41d430c64e5490
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/LithiumTokens.java [new file with mode: 0644]
java/org/opendaylight/controller/cluster/datastore/node/utils/stream/TokenTypes.java