BUG-8676: add UnsignedLongRangeSet 03/59703/6
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 29 Jun 2017 16:47:14 +0000 (18:47 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 10 Jul 2017 11:17:11 +0000 (13:17 +0200)
commita7aab5b8d7692d12928944a0d3da818571e324cc
treef7dd6eb164868968c7e510e0e0fbaff57513d28d
parentb5cb353e3553a39f576c284119af75ffa5ea66a9
BUG-8676: add UnsignedLongRangeSet

This patch adds the wrapper class and updates users to use it directly.
The implementation itself is not changed, that will be done in a follow-up
patch.

Change-Id: Ie240ca5c3c9fc1448629bb5db6ecfa1029f66b8f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/FrontendClientMetadataBuilder.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LeaderFrontendState.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/utils/UnsignedLongRangeSet.java [new file with mode: 0644]