Uses of Class
io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
Packages that use LogBufferPartition
-
Uses of LogBufferPartition in io.camunda.zeebe.dispatcher
Methods in io.camunda.zeebe.dispatcher with parameters of type LogBufferPartitionModifier and TypeMethodDescriptionprotected intSubscription.peekBlock(LogBufferPartition partition, BlockPeek availableBlock, int partitionId, int partitionOffset, int maxBlockSize, long limit, boolean isStreamAware) protected intSubscription.pollFragments(LogBufferPartition partition, FragmentHandler frgHandler, int partitionId, int fragmentOffset, int maxNumOfFragments, long limit, boolean handlerControlled) -
Uses of LogBufferPartition in io.camunda.zeebe.dispatcher.impl.log
Fields in io.camunda.zeebe.dispatcher.impl.log declared as LogBufferPartitionMethods in io.camunda.zeebe.dispatcher.impl.log that return LogBufferPartitionModifier and TypeMethodDescriptionLogBuffer.getPartition(int id) PartitionBuilder.slicePartitions(int partitionSize, AllocatedBuffer allocatedBuffer) Methods in io.camunda.zeebe.dispatcher.impl.log with parameters of type LogBufferPartitionModifier and TypeMethodDescriptionintLogBufferAppender.appendFrame(LogBufferPartition partition, int activePartitionId, org.agrona.DirectBuffer msg, int start, int length, int streamId) intLogBufferAppender.claim(LogBufferPartition partition, int activePartitionId, ClaimedFragmentBatch batch, int fragmentCount, int batchLength, Runnable onComplete) intLogBufferAppender.claim(LogBufferPartition partition, int activePartitionId, ClaimedFragment claim, int length, int streamId, Runnable onComplete) protected intLogBufferAppender.onEndOfPartition(LogBufferPartition partition, int partitionOffset, int activePartitionId)