Uses of Record Class
io.camunda.zeebe.logstreams.impl.log.LogAppendEntryMetadata
Packages that use LogAppendEntryMetadata
Package
Description
-
Uses of LogAppendEntryMetadata in io.camunda.zeebe.logstreams.impl
Method parameters in io.camunda.zeebe.logstreams.impl with type arguments of type LogAppendEntryMetadataModifier and TypeMethodDescriptionvoidLogStreamMetrics.flowControlAccepted(WriteContext context, List<LogAppendEntryMetadata> batchMetadata) voidLogStreamMetrics.flowControlRejected(WriteContext context, List<LogAppendEntryMetadata> batchMetadata, FlowControl.Rejection reason) -
Uses of LogAppendEntryMetadata in io.camunda.zeebe.logstreams.impl.flowcontrol
Method parameters in io.camunda.zeebe.logstreams.impl.flowcontrol with type arguments of type LogAppendEntryMetadataModifier and TypeMethodDescriptionFlowControl.tryAcquire(WriteContext context, List<LogAppendEntryMetadata> batchMetadata) Tries to acquire a free in-flight spot, applying backpressure as needed.Constructor parameters in io.camunda.zeebe.logstreams.impl.flowcontrol with type arguments of type LogAppendEntryMetadataModifierConstructorDescriptionInFlightEntry(LogStreamMetrics metrics, List<LogAppendEntryMetadata> entryMetadata, com.netflix.concurrency.limits.Limiter.Listener requestListener) -
Uses of LogAppendEntryMetadata in io.camunda.zeebe.logstreams.impl.log
Methods in io.camunda.zeebe.logstreams.impl.log that return types with arguments of type LogAppendEntryMetadataModifier and TypeMethodDescriptionstatic List<LogAppendEntryMetadata> LogAppendEntryMetadata.copyMetadata(List<LogAppendEntry> entries)