Uses of Class
io.camunda.zeebe.dispatcher.ClaimedFragment
Packages that use ClaimedFragment
-
Uses of ClaimedFragment in io.camunda.zeebe.dispatcher
Methods in io.camunda.zeebe.dispatcher with parameters of type ClaimedFragmentModifier and TypeMethodDescriptionlongDispatcher.claimSingleFragment(ClaimedFragment claim, int length) Claim a fragment of the buffer with the given length.longDispatcher.claimSingleFragment(ClaimedFragment claim, int length, int streamId) Claim a fragment of the buffer with the given length and stream id. -
Uses of ClaimedFragment in io.camunda.zeebe.dispatcher.impl.log
Methods in io.camunda.zeebe.dispatcher.impl.log with parameters of type ClaimedFragmentModifier and TypeMethodDescriptionintLogBufferAppender.claim(LogBufferPartition partition, int activePartitionId, ClaimedFragment claim, int length, int streamId, Runnable onComplete)