SegmentJournal.log is static 97/110897/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 20 Mar 2024 01:16:42 +0000 (02:16 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 20 Mar 2024 08:03:36 +0000 (09:03 +0100)
commitb73237d7cfc9067dbeaed9dc7c602ee78884d002
tree7852c1b5d252cba49ec3f909bf4ad29fa3ab5daf
parent2ff8e38073e3f7c77166d474bd76513e19f9b86b
SegmentJournal.log is static

This is derived from getClass() on a final class -- hence we can
amortize the logger into a static field, from whence it will be
constant-propagated.

Change-Id: Idcc6cf2d86c5ae687694fa5c16089687ac4a949a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
atomix-storage/src/main/java/io/atomix/storage/journal/SegmentedJournal.java