| Package | Description |
|---|---|
| io.zeebe.dispatcher | |
| io.zeebe.dispatcher.impl.log |
| Modifier and Type | Method and Description |
|---|---|
long |
Dispatcher.claim(ClaimedFragment claim,
int length)
Claim a fragment of the buffer with the given length.
|
long |
Dispatcher.claim(ClaimedFragment claim,
int length,
int streamId)
Claim a fragment of the buffer with the given length and stream id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LogBufferAppender.claim(LogBufferPartition partition,
int activePartitionId,
ClaimedFragment claim,
int length,
int streamId,
Runnable onComplete) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.