Uses of Interface
io.camunda.zeebe.logstreams.log.WriteContext
Packages that use WriteContext
Package
Description
-
Uses of WriteContext in io.camunda.zeebe.logstreams.impl
Methods in io.camunda.zeebe.logstreams.impl with parameters of type WriteContextModifier and TypeMethodDescriptionvoidLogStreamMetrics.flowControlAccepted(WriteContext context, List<LogAppendEntryMetadata> batchMetadata) voidLogStreamMetrics.flowControlRejected(WriteContext context, List<LogAppendEntryMetadata> batchMetadata, FlowControl.Rejection reason) -
Uses of WriteContext in io.camunda.zeebe.logstreams.impl.flowcontrol
Methods in io.camunda.zeebe.logstreams.impl.flowcontrol with parameters of type WriteContextModifier and TypeMethodDescriptionFlowControl.tryAcquire(WriteContext context, List<LogAppendEntryMetadata> batchMetadata) Tries to acquire a free in-flight spot, applying backpressure as needed. -
Uses of WriteContext in io.camunda.zeebe.logstreams.log
Classes in io.camunda.zeebe.logstreams.log that implement WriteContextModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final recordMethods in io.camunda.zeebe.logstreams.log that return WriteContextModifier and TypeMethodDescriptionstatic WriteContextWriteContext.internal()static WriteContextWriteContext.interPartition()static WriteContextWriteContext.processingResult()static WriteContextWriteContext.scheduled()static WriteContextWriteContext.userCommand(Intent intent) Methods in io.camunda.zeebe.logstreams.log with parameters of type WriteContextModifier and TypeMethodDescriptiondefault Either<LogStreamWriter.WriteFailure, Long> LogStreamWriter.tryWrite(WriteContext context, LogAppendEntry appendEntry) Attempts to write the event to the underlying stream.default Either<LogStreamWriter.WriteFailure, Long> LogStreamWriter.tryWrite(WriteContext context, LogAppendEntry appendEntry, long sourcePosition) default Either<LogStreamWriter.WriteFailure, Long> LogStreamWriter.tryWrite(WriteContext context, List<LogAppendEntry> appendEntries) Attempts to write the events to the underlying stream.LogStreamWriter.tryWrite(WriteContext context, List<LogAppendEntry> appendEntries, long sourcePosition) Attempts to write the events to the underlying stream.