Uses of Package
io.camunda.zeebe.logstreams.storage
Packages that use io.camunda.zeebe.logstreams.storage
Package
Description
-
Classes in io.camunda.zeebe.logstreams.storage used by io.camunda.zeebe.logstreams.impl.flowcontrolClassDescriptionAn append listener can be added to an append call to be notified of different events that can occur during the append operation.
-
Classes in io.camunda.zeebe.logstreams.storage used by io.camunda.zeebe.logstreams.impl.logClassDescriptionStorage abstraction for the log stream API.Consumers of LogStorage can use this listener to get notified when new records are committed.
-
Classes in io.camunda.zeebe.logstreams.storage used by io.camunda.zeebe.logstreams.log
-
Classes in io.camunda.zeebe.logstreams.storage used by io.camunda.zeebe.logstreams.storageClassDescriptionAn append listener can be added to an append call to be notified of different events that can occur during the append operation.Consumers of LogStorage can use this listener to get notified when new records are committed.The LogStorageReader provides a way to iterate over the blocks that were appended to the log storage via
LogStorage.append(long, long, ByteBuffer, AppendListener).