Remove unused {FileChannel,Mapped}JournalSegmentWriter methods 64/110564/3
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 9 Mar 2024 12:38:05 +0000 (13:38 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 11 Mar 2024 12:51:11 +0000 (12:51 +0000)
commitc15f343c9fdf01aaff0170c58398d0b8a7259822
treebae20de716499ec1d9171e9c2f3100e40011bf2b
parent2d9ad8ba93602b8b90b29a923a6d961b9cc42011
Remove unused {FileChannel,Mapped}JournalSegmentWriter methods

We have a few methods which are not used anywhere, remove them to
simplify things.

JIRA: CONTROLLER-2095
Change-Id: I508d92cc2c761a6432e24e70db400636764753c8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
atomix-storage/src/main/java/io/atomix/storage/journal/FileChannelJournalSegmentWriter.java
atomix-storage/src/main/java/io/atomix/storage/journal/MappedJournalSegmentWriter.java