Uses of Class
io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
Packages that use ClaimedFragmentBatch
-
Uses of ClaimedFragmentBatch in io.camunda.zeebe.dispatcher
Methods in io.camunda.zeebe.dispatcher with parameters of type ClaimedFragmentBatchModifier and TypeMethodDescriptionlongDispatcher.claimFragmentBatch(ClaimedFragmentBatch batch, int fragmentCount, int batchLength) Claim a batch of fragments on the buffer with the given length. -
Uses of ClaimedFragmentBatch in io.camunda.zeebe.dispatcher.impl.log
Methods in io.camunda.zeebe.dispatcher.impl.log with parameters of type ClaimedFragmentBatchModifier and TypeMethodDescriptionintLogBufferAppender.claim(LogBufferPartition partition, int activePartitionId, ClaimedFragmentBatch batch, int fragmentCount, int batchLength, Runnable onComplete)