Uses of Class
io.camunda.zeebe.journal.file.SegmentedJournalBuilder
Packages that use SegmentedJournalBuilder
-
Uses of SegmentedJournalBuilder in io.camunda.zeebe.journal.file
Methods in io.camunda.zeebe.journal.file that return SegmentedJournalBuilderModifier and TypeMethodDescriptionstatic SegmentedJournalBuilderSegmentedJournal.builder()Returns a new SegmentedJournal builder.SegmentedJournalBuilder.withDirectory(File directory) Sets the journal directory, returning the builder for method chaining.SegmentedJournalBuilder.withDirectory(String directory) Sets the journal directory, returning the builder for method chaining.SegmentedJournalBuilder.withFreeDiskSpace(long freeDiskSpace) Sets the minimum free disk space to leave when allocating a new segmentSegmentedJournalBuilder.withJournalIndexDensity(int journalIndexDensity) SegmentedJournalBuilder.withMaxSegmentSize(int maxSegmentSize) Sets the maximum segment size in bytes, returning the builder for method chaining.SegmentedJournalBuilder.withMetaStore(JournalMetaStore metaStore) Sets the storage name.SegmentedJournalBuilder.withPartitionId(int partitionId) The ID of the partition on which this journal resides.SegmentedJournalBuilder.withPreallocateSegmentFiles(boolean preallocateSegmentFiles) Sets whether segment files are pre-allocated at creation.