| Package | Description |
|---|---|
| io.zeebe.dispatcher | |
| io.zeebe.dispatcher.impl.log |
| Modifier and Type | Method and Description |
|---|---|
protected int |
Subscription.peekBlock(LogBufferPartition partition,
BlockPeek availableBlock,
int partitionId,
int partitionOffset,
int maxBlockSize,
long limit,
boolean isStreamAware) |
protected int |
Subscription.pollFragments(LogBufferPartition partition,
FragmentHandler frgHandler,
int partitionId,
int fragmentOffset,
int maxNumOfFragments,
long limit,
boolean handlerControlled) |
| Modifier and Type | Field and Description |
|---|---|
protected LogBufferPartition[] |
LogBuffer.partitions |
| Modifier and Type | Method and Description |
|---|---|
LogBufferPartition |
LogBuffer.getPartition(int id) |
LogBufferPartition[] |
PartitionBuilder.slicePartitions(int partitionSize,
AllocatedBuffer allocatedBuffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
LogBufferAppender.appendFrame(LogBufferPartition partition,
int activePartitionId,
org.agrona.DirectBuffer msg,
int start,
int length,
int streamId) |
int |
LogBufferAppender.claim(LogBufferPartition partition,
int activePartitionId,
ClaimedFragmentBatch batch,
int fragmentCount,
int batchLength,
Runnable onComplete) |
int |
LogBufferAppender.claim(LogBufferPartition partition,
int activePartitionId,
ClaimedFragment claim,
int length,
int streamId,
Runnable onComplete) |
protected int |
LogBufferAppender.onEndOfPartition(LogBufferPartition partition,
int partitionOffset) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.