Uses of Interface
io.camunda.zeebe.logstreams.storage.LogStorage.AppendListener
Packages that use LogStorage.AppendListener
Package
Description
-
Uses of LogStorage.AppendListener in io.camunda.zeebe.logstreams.impl.flowcontrol
Classes in io.camunda.zeebe.logstreams.impl.flowcontrol that implement LogStorage.AppendListenerModifier and TypeClassDescriptionfinal classMaintains a view of in-flight entries as they are being appended, written, committed and finally processed. -
Uses of LogStorage.AppendListener in io.camunda.zeebe.logstreams.storage
Methods in io.camunda.zeebe.logstreams.storage with parameters of type LogStorage.AppendListenerModifier and TypeMethodDescriptionvoidLogStorage.append(long lowestPosition, long highestPosition, BufferWriter bufferWriter, LogStorage.AppendListener listener) Writes a block containing one or multiple log entries in the storage and returns the address at which the block has been written.default voidLogStorage.append(long lowestPosition, long highestPosition, ByteBuffer blockBuffer, LogStorage.AppendListener listener) Writes a block containing one or multiple log entries in the storage and returns the address at which the block has been written.