Uses of Class
io.camunda.zeebe.logstreams.impl.flowcontrol.InFlightEntry
Packages that use InFlightEntry
-
Uses of InFlightEntry in io.camunda.zeebe.logstreams.impl.flowcontrol
Methods in io.camunda.zeebe.logstreams.impl.flowcontrol that return types with arguments of type InFlightEntryModifier and TypeMethodDescriptionFlowControl.tryAcquire(WriteContext context, List<LogAppendEntryMetadata> batchMetadata) Tries to acquire a free in-flight spot, applying backpressure as needed.Methods in io.camunda.zeebe.logstreams.impl.flowcontrol with parameters of type InFlightEntryModifier and TypeMethodDescriptionvoidFlowControl.onAppend(InFlightEntry entry, long highestPosition)