Uses of Package
io.camunda.zeebe.logstreams.log
Packages that use io.camunda.zeebe.logstreams.log
-
Classes in io.camunda.zeebe.logstreams.log used by io.camunda.zeebe.logstreams.impl.logClassDescriptionRepresents an event on the log stream.Listener invoked by
LogStreamwhen new records are available to read.Represents a stream of events.Reads the log stream in batches.A batch of events that share the same source record position.Write log entries to the log stream write buffer as batch.Builder to add a log entry to the batch.Builder pattern for theLogStreamReads the log stream in an iterator-like pattern. -
Classes in io.camunda.zeebe.logstreams.log used by io.camunda.zeebe.logstreams.logClassDescriptionRepresents an event on the log stream.Listener invoked by
LogStreamwhen new records are available to read.Represents a stream of events.Write log entries to the log stream write buffer as batch.Builder to add a log entry to the batch.Builder pattern for theLogStreamReads the log stream in an iterator-like pattern.