Uses of Enum Class
io.camunda.zeebe.logstreams.impl.flowcontrol.FlowControl.Rejection
Packages that use FlowControl.Rejection
-
Uses of FlowControl.Rejection in io.camunda.zeebe.logstreams.impl
Methods in io.camunda.zeebe.logstreams.impl with parameters of type FlowControl.RejectionModifier and TypeMethodDescriptionvoidLogStreamMetrics.flowControlRejected(WriteContext context, List<LogAppendEntryMetadata> batchMetadata, FlowControl.Rejection reason) -
Uses of FlowControl.Rejection in io.camunda.zeebe.logstreams.impl.flowcontrol
Methods in io.camunda.zeebe.logstreams.impl.flowcontrol that return FlowControl.RejectionModifier and TypeMethodDescriptionstatic FlowControl.RejectionReturns the enum constant of this class with the specified name.static FlowControl.Rejection[]FlowControl.Rejection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.logstreams.impl.flowcontrol that return types with arguments of type FlowControl.RejectionModifier and TypeMethodDescriptionFlowControl.tryAcquire(WriteContext context, List<LogAppendEntryMetadata> batchMetadata) Tries to acquire a free in-flight spot, applying backpressure as needed.