From: Robert Varga Date: Mon, 11 Mar 2024 10:28:37 +0000 (+0100) Subject: Disconnect JournalSegmentReader from JournalReader X-Git-Tag: v9.0.1~33 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f00cb3b9fb1237ee90b2c8bc07821213b4345fb0;hp=f00cb3b9fb1237ee90b2c8bc07821213b4345fb0;p=controller.git Disconnect JournalSegmentReader from JournalReader JournalSegmentReader is the only used by SegmentedJournalReader, which is the actual implementation of JournalReader. There is really no point in JournalSegmentReader to conform to the public API, as not all elements are needed. This disconnects JournalSegmentReader, eliminating getFirstIndex(), as that is simply not called -- and was not conforming to the API anyway. JIRA: CONTROLLER-2098 Change-Id: Icd802ee07207d4f6787e3bdb71e36e553f2010c3 Signed-off-by: Robert Varga ---