Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abort() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
-
Commit the fragment and mark it as failed.
- abort() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
-
Commit all fragments of the batch and mark them as failed.
- actorConditions - Variable in class io.camunda.zeebe.dispatcher.Subscription
- actorSchedulingService(ActorSchedulingService) - Method in class io.camunda.zeebe.dispatcher.DispatcherBuilder
- alignedFramedLength(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- alignedLength(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- appendFrame(LogBufferPartition, int, DirectBuffer, int, int, int) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- AtomicPosition - Class in io.camunda.zeebe.dispatcher
- AtomicPosition() - Constructor for class io.camunda.zeebe.dispatcher.AtomicPosition
B
- blockLength - Variable in class io.camunda.zeebe.dispatcher.BlockPeek
- BlockPeek - Class in io.camunda.zeebe.dispatcher
-
Represents a block of fragments to read from.
- BlockPeek() - Constructor for class io.camunda.zeebe.dispatcher.BlockPeek
- BlockPeek.DataFrameIterator - Class in io.camunda.zeebe.dispatcher
- buffer - Variable in class io.camunda.zeebe.dispatcher.BlockPeek.DataFrameIterator
- buffer - Variable in class io.camunda.zeebe.dispatcher.ClaimedFragment
- bufferSize(int) - Method in class io.camunda.zeebe.dispatcher.DispatcherBuilder
-
The number of bytes the buffer is be able to contain.
- build() - Method in class io.camunda.zeebe.dispatcher.DispatcherBuilder
C
- claim(LogBufferPartition, int, ClaimedFragmentBatch, int, int, Runnable) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- claim(LogBufferPartition, int, ClaimedFragment, int, int, Runnable) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- claimedBatchLength(int, int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- ClaimedFragment - Class in io.camunda.zeebe.dispatcher
-
Represents a claimed fragment in the buffer.
- ClaimedFragment() - Constructor for class io.camunda.zeebe.dispatcher.ClaimedFragment
- ClaimedFragmentBatch - Class in io.camunda.zeebe.dispatcher
-
A claimed batch of fragments in the buffer.
- ClaimedFragmentBatch() - Constructor for class io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
- claimedFragmentLength(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- claimFragmentBatch(ClaimedFragmentBatch, int, int) - Method in class io.camunda.zeebe.dispatcher.Dispatcher
-
Claim a batch of fragments on the buffer with the given length.
- claimSingleFragment(ClaimedFragment, int) - Method in class io.camunda.zeebe.dispatcher.Dispatcher
-
Claim a fragment of the buffer with the given length.
- claimSingleFragment(ClaimedFragment, int, int) - Method in class io.camunda.zeebe.dispatcher.Dispatcher
-
Claim a fragment of the buffer with the given length and stream id.
- clean() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- cleanPartitions() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- close() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- commit() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
-
Commit the fragment so that it can be read by subscriptions.
- commit() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
-
Commit all fragments of the batch so that it can be read by subscriptions.
- CONSUME_FRAGMENT_RESULT - Static variable in interface io.camunda.zeebe.dispatcher.FragmentHandler
-
fragment consumed successfully *
- create(String) - Static method in class io.camunda.zeebe.dispatcher.Dispatchers
- createRawBufferView() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
D
- dataBuffer - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
-
buffer containing the data section for the page
- dataConsumed - Variable in class io.camunda.zeebe.dispatcher.Subscription
- DataFrameDescriptor - Class in io.camunda.zeebe.dispatcher.impl.log
-
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |R| Frame Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-------------------------------+ | Version |B|E|F| Flags | Type | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-------------------------------+ | StreamId | +---------------------------------------------------------------+ | | | Message ...
- DataFrameDescriptor() - Constructor for class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- DataFrameIterator() - Constructor for class io.camunda.zeebe.dispatcher.BlockPeek.DataFrameIterator
- determineLimit() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- Dispatcher - Class in io.camunda.zeebe.dispatcher
-
Component for sending and receiving messages between different threads.
- DISPATCHER_LOGGER - Static variable in class io.camunda.zeebe.dispatcher.Loggers
- DispatcherBuilder - Class in io.camunda.zeebe.dispatcher
-
Builder for a
Dispatcher - DispatcherBuilder(String) - Constructor for class io.camunda.zeebe.dispatcher.DispatcherBuilder
- Dispatchers - Class in io.camunda.zeebe.dispatcher
- Dispatchers() - Constructor for class io.camunda.zeebe.dispatcher.Dispatchers
- doOpenSubscription(String, ActorCondition) - Method in class io.camunda.zeebe.dispatcher.Dispatcher
E
- enableFlagBatchBegin(byte) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- enableFlagBatchEnd(byte) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- enableFlagFailed(byte) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
F
- FAILED_FRAGMENT_RESULT - Static variable in interface io.camunda.zeebe.dispatcher.FragmentHandler
-
fragment consumed with failure *
- FLAG_BATCH_BEGIN_BITMASK - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- FLAG_BATCH_END_BITMASK - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- FLAG_FAILED_BITMASK - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- flagBatchBegin(byte) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- flagBatchEnd(byte) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- flagFailed(byte) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- FLAGS_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- flagsOffset(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- FragmentHandler - Interface in io.camunda.zeebe.dispatcher
-
Consume fragments from the buffer.
- FRAME_ALIGNMENT - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- FRAME_LENGTH_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- framedLength(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
G
- get() - Method in class io.camunda.zeebe.dispatcher.AtomicPosition
- getActivePartitionIdVolatile() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- getActorConditions() - Method in class io.camunda.zeebe.dispatcher.Subscription
- getAndAddTail(int) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- getBlockLength() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
- getBuffer() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
-
Returns the buffer to read from.
- getBuffer() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
-
Returns the claimed fragment to write in.
- getBuffer() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
- getBufferOffset() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
- getDataBuffer() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- getDataFrameMaxLength() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- getFragmentLength() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
- getFragmentOffset() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
- getId() - Method in class io.camunda.zeebe.dispatcher.Subscription
- getLength() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
- getLimit() - Method in class io.camunda.zeebe.dispatcher.Subscription
- getLogBuffer() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- getMaxFragmentLength() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- getName() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- getName() - Method in class io.camunda.zeebe.dispatcher.Subscription
- getOffset() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
- getPartition(int) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- getPartitionCount() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- getPartitionSize() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- getPartitionSize() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- getPosition() - Method in class io.camunda.zeebe.dispatcher.Subscription
- getPublisherPosition() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- getRawBuffer() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
- getStatusVolatile() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- getStreamId() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
- getTailCounterVolatile() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- getUnderlyingBufferOffset() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
H
- hasAvailable() - Method in class io.camunda.zeebe.dispatcher.Subscription
- hasNext() - Method in class io.camunda.zeebe.dispatcher.BlockPeek.DataFrameIterator
- HEADER_LENGTH - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
I
- id - Variable in class io.camunda.zeebe.dispatcher.Subscription
- initialPosition(long) - Method in class io.camunda.zeebe.dispatcher.DispatcherBuilder
- io.camunda.zeebe.dispatcher - package io.camunda.zeebe.dispatcher
- io.camunda.zeebe.dispatcher.impl - package io.camunda.zeebe.dispatcher.impl
- io.camunda.zeebe.dispatcher.impl.log - package io.camunda.zeebe.dispatcher.impl.log
- isClosed - Variable in class io.camunda.zeebe.dispatcher.Subscription
- isClosed() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- isClosed() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- isOpen() - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
- iterationOffset - Variable in class io.camunda.zeebe.dispatcher.BlockPeek.DataFrameIterator
- iterator - Variable in class io.camunda.zeebe.dispatcher.BlockPeek
- iterator() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
L
- lengthOffset(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- limit - Variable in class io.camunda.zeebe.dispatcher.Subscription
- LOG - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- LOG - Static variable in class io.camunda.zeebe.dispatcher.Subscription
- LOG_ACTIVE_PARTITION_ID_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Offset within the log meta data where the active Partition id is stored.
- LOG_MAX_FRAME_LENGTH_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Offset within the log meta data which the MTU length is stored;
- LOG_META_DATA_LENGTH - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Total length of the log meta data buffer in bytes.
- LOG_PUBLISHER_LIMIT_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Offset within the log meta data where the current publisher limit is stored.
- logBuffer - Variable in class io.camunda.zeebe.dispatcher.Subscription
- LogBuffer - Class in io.camunda.zeebe.dispatcher.impl.log
- LogBuffer(AllocatedBuffer, int) - Constructor for class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- LogBufferAppender - Class in io.camunda.zeebe.dispatcher.impl.log
- LogBufferAppender() - Constructor for class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- LogBufferDescriptor - Class in io.camunda.zeebe.dispatcher.impl.log
-
Describes data layout in the log buffer
- LogBufferDescriptor() - Constructor for class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
- LogBufferPartition - Class in io.camunda.zeebe.dispatcher.impl.log
- LogBufferPartition(UnsafeBuffer, UnsafeBuffer, int) - Constructor for class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- Loggers - Class in io.camunda.zeebe.dispatcher
- Loggers() - Constructor for class io.camunda.zeebe.dispatcher.Loggers
- logMetadataOffset(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
M
- markCompleted() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
-
Finish reading and consume the fragments (i.e.
- markFailed() - Method in class io.camunda.zeebe.dispatcher.BlockPeek
-
Finish reading and consume the fragments (i.e.
- maxFragmentLength(int) - Method in class io.camunda.zeebe.dispatcher.DispatcherBuilder
-
The max length of the data section of a frame
- messageLength(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- messageOffset(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- metadataBuffer - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- metadataBuffer - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
-
buffer containing the metadata section for the page
N
- name - Variable in class io.camunda.zeebe.dispatcher.Subscription
- name(String) - Method in class io.camunda.zeebe.dispatcher.DispatcherBuilder
- needsCleaning() - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- newSubscription(int, String, ActorCondition) - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- next() - Method in class io.camunda.zeebe.dispatcher.BlockPeek.DataFrameIterator
- nextFragment(int, int) - Method in class io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
-
Add a new fragment to the batch.
O
- onActivePartitionFilled(int) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- onActorClosing() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- onActorStarted() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- onEndOfPartition(LogBufferPartition, int, int) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- onFragment(DirectBuffer, int, int, int, boolean) - Method in interface io.camunda.zeebe.dispatcher.FragmentHandler
-
Consume the message from the given buffer.
- openSubscription(String) - Method in class io.camunda.zeebe.dispatcher.Dispatcher
-
Creates a new subscription with the given name.
- openSubscriptionAsync(String) - Method in class io.camunda.zeebe.dispatcher.Dispatcher
-
Creates a new subscription with the given name asynchronously.
P
- PARTITION_CLEAN - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
A Partition which is clean or in use.
- PARTITION_COUNT - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
The number of Partitions the log is divided into
- PARTITION_META_DATA_LENGTH - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Total length of the Partition meta data buffer in bytes.
- PARTITION_MIN_LENGTH - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Minimum buffer length for a Partition
- PARTITION_NEEDS_CLEANING - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
A Partition is dirty and requires cleaning.
- PARTITION_STATUS_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Offset within the Partition meta data where current status is stored
- PARTITION_TAIL_COUNTER_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Offset within the Partition meta data where the tail value is stored.
- PartitionBuilder - Class in io.camunda.zeebe.dispatcher.impl.log
- PartitionBuilder() - Constructor for class io.camunda.zeebe.dispatcher.impl.log.PartitionBuilder
- partitionDataSectionOffset(int, int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
- partitionId(long) - Static method in class io.camunda.zeebe.dispatcher.impl.PositionUtil
- partitionMetadataSectionOffset(int, int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
- partitionOffset(long) - Static method in class io.camunda.zeebe.dispatcher.impl.PositionUtil
- partitions - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- partitionSize - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- partitionSize - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
-
The size of the partition
- peekAndConsume(FragmentHandler, int) - Method in class io.camunda.zeebe.dispatcher.Subscription
-
Sequentially read fragments from the buffer and invoke the given handler for each fragment.
- peekBlock(BlockPeek, int, boolean) - Method in class io.camunda.zeebe.dispatcher.Subscription
-
Read fragments from the buffer as block.
- peekBlock(LogBufferPartition, BlockPeek, int, int, int, long, boolean) - Method in class io.camunda.zeebe.dispatcher.Subscription
- poll(FragmentHandler, int) - Method in class io.camunda.zeebe.dispatcher.Subscription
-
Read fragments from the buffer and invoke the given handler for each fragment.
- pollFragments(LogBufferPartition, FragmentHandler, int, int, int, long, boolean) - Method in class io.camunda.zeebe.dispatcher.Subscription
- position - Variable in class io.camunda.zeebe.dispatcher.Subscription
- position(int, int) - Static method in class io.camunda.zeebe.dispatcher.impl.PositionUtil
- PositionUtil - Class in io.camunda.zeebe.dispatcher.impl
-
Utility for composing the position
- PositionUtil() - Constructor for class io.camunda.zeebe.dispatcher.impl.PositionUtil
- POSTPONE_FRAGMENT_RESULT - Static variable in interface io.camunda.zeebe.dispatcher.FragmentHandler
-
fragment not consumed *
- proposeMaxOrdered(long) - Method in class io.camunda.zeebe.dispatcher.AtomicPosition
R
- rawBuffer - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBuffer
- rawBufferOffset - Variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
-
the offset of the partition's data buffer in the underlying buffer (see
#underlyingBuffer. - rawDispatcherBufferView - Variable in class io.camunda.zeebe.dispatcher.Subscription
- registerConsumer(ActorCondition) - Method in class io.camunda.zeebe.dispatcher.Subscription
- removeConsumer(ActorCondition) - Method in class io.camunda.zeebe.dispatcher.Subscription
- requiredCapacity(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferDescriptor
-
Calculates the required capacity for a log buffer which can hold up to the provided bytes of data.
- reset() - Method in class io.camunda.zeebe.dispatcher.AtomicPosition
- reset() - Method in class io.camunda.zeebe.dispatcher.BlockPeek.DataFrameIterator
- RESULT_END_OF_PARTITION - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
- RESULT_PADDING_AT_END_OF_PARTITION - Static variable in class io.camunda.zeebe.dispatcher.impl.log.LogBufferAppender
S
- set(long) - Method in class io.camunda.zeebe.dispatcher.AtomicPosition
- setBlock(ByteBuffer, AtomicPosition, ActorCondition, int, int, int, int, int) - Method in class io.camunda.zeebe.dispatcher.BlockPeek
- setStatusOrdered(int) - Method in class io.camunda.zeebe.dispatcher.impl.log.LogBufferPartition
- slicePartitions(int, AllocatedBuffer) - Method in class io.camunda.zeebe.dispatcher.impl.log.PartitionBuilder
- STREAM_ID_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- streamId - Variable in class io.camunda.zeebe.dispatcher.BlockPeek
- streamIdOffset(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- Subscription - Class in io.camunda.zeebe.dispatcher
- Subscription(AtomicPosition, AtomicPosition, int, String, ActorCondition, LogBuffer) - Constructor for class io.camunda.zeebe.dispatcher.Subscription
- subscriptions(String...) - Method in class io.camunda.zeebe.dispatcher.DispatcherBuilder
-
Predefined subscriptions which will be created on startup in the order as they are declared.
T
- toString() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
- toString() - Method in class io.camunda.zeebe.dispatcher.Subscription
- TYPE_MESSAGE - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- TYPE_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- TYPE_PADDING - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- typeOffset(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
U
- updatePublisherLimit() - Method in class io.camunda.zeebe.dispatcher.Dispatcher
V
- VERSION_OFFSET - Static variable in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
- versionOffset(int) - Static method in class io.camunda.zeebe.dispatcher.impl.log.DataFrameDescriptor
W
- wrap(UnsafeBuffer, int, int, int, Runnable) - Method in class io.camunda.zeebe.dispatcher.ClaimedFragmentBatch
- wrap(UnsafeBuffer, int, int, Runnable) - Method in class io.camunda.zeebe.dispatcher.ClaimedFragment
All Classes and Interfaces|All Packages|Constant Field Values