Uses of Interface
io.camunda.zeebe.logstreams.log.LogStreamBuilder
Packages that use LogStreamBuilder
-
Uses of LogStreamBuilder in io.camunda.zeebe.logstreams.impl.log
Classes in io.camunda.zeebe.logstreams.impl.log that implement LogStreamBuilderMethods in io.camunda.zeebe.logstreams.impl.log that return LogStreamBuilderModifier and TypeMethodDescriptionLogStreamBuilderImpl.withActorSchedulingService(ActorSchedulingService actorSchedulingService) LogStreamBuilderImpl.withLogName(String logName) LogStreamBuilderImpl.withLogStorage(LogStorage logStorage) LogStreamBuilderImpl.withMaxFragmentSize(int maxFragmentSize) LogStreamBuilderImpl.withNodeId(int nodeId) LogStreamBuilderImpl.withPartitionId(int partitionId) -
Uses of LogStreamBuilder in io.camunda.zeebe.logstreams.log
Methods in io.camunda.zeebe.logstreams.log that return LogStreamBuilderModifier and TypeMethodDescriptionstatic LogStreamBuilderLogStream.builder()LogStreamBuilder.withActorSchedulingService(ActorSchedulingService actorSchedulingService) The actor scheduler to use for theLogStreamand its child actorsLogStreamBuilder.withLogName(String logName) The log stream name - primarily used for contextualizing as well, e.g.LogStreamBuilder.withLogStorage(LogStorage logStorage) The underlying log storage to read from/write to.LogStreamBuilder.withMaxFragmentSize(int maxFragmentSize) The maximum fragment size read from the shared write buffer; this should be aligned with the maximum underlying storage block size.LogStreamBuilder.withNodeId(int nodeId) The node ID - to indicate on which node the log stream is runningLogStreamBuilder.withPartitionId(int partitionId) The partition ID - primarily used for contextualizing the different log stream components