| Package | Description |
|---|---|
| io.zeebe.logstreams.log |
| Modifier and Type | Class and Description |
|---|---|
class |
LogStreamBatchWriterImpl |
| Modifier and Type | Method and Description |
|---|---|
LogStreamBatchWriter |
LogStreamBatchWriterImpl.done() |
LogStreamBatchWriter |
LogStreamBatchWriter.LogEntryBuilder.done()
Add the log entry to the batch.
|
LogStreamBatchWriter |
LogStreamBatchWriterImpl.producerId(int producerId) |
LogStreamBatchWriter |
LogStreamBatchWriter.producerId(int producerId)
Set the producer id for all log entries.
|
LogStreamBatchWriter |
LogStreamBatchWriterImpl.sourceRecordPosition(long position) |
LogStreamBatchWriter |
LogStreamBatchWriter.sourceRecordPosition(long position)
Set the source event for all log entries.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.