Uses of Record Class
io.atomix.storage.journal.JournalSegmentDescriptor
Packages that use JournalSegmentDescriptor
Package
Description
Provides a low-level journal abstraction for appending to logs and managing segmented logs.
-
Uses of JournalSegmentDescriptor in io.atomix.storage.journal
Methods in io.atomix.storage.journal that return JournalSegmentDescriptorModifier and TypeMethodDescriptionJournalSegmentDescriptor.Builder.build()Builds the segment descriptor.static @NonNull JournalSegmentDescriptorJournalSegmentDescriptor.readFrom(ReadableByteChannel channel) Read a JournalSegmentDescriptor from aReadableByteChannel.