Toggle navigation
Home
io.atomix.storage.journal.Journal to io.atomix.storage.journal.SegmentedJournal
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'atomix'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
delegate
to
journal
delegate
to
journal
delegate
to
journal
delegate
to
journal
delegate
to
journal
delegate
to
journal
delegate
to
journal
Add or Remove Method invocation
SegmentedJournal.<TestEntry>builder().withName("test").withSerializer(serializer).withStorageLevel(StorageLevel.MEMORY)
to
SegmentedJournal.<TestEntry>builder().withName("test").withDirectory(PATH.toFile()).withSerializer(serializer).withStorageLevel(storageLevel)