Uses of Interface
io.camunda.zeebe.logstreams.log.LogAppendEntry
Packages that use LogAppendEntry
-
Uses of LogAppendEntry in io.camunda.zeebe.logstreams.impl.log
Methods in io.camunda.zeebe.logstreams.impl.log that return types with arguments of type LogAppendEntryModifier and TypeMethodDescriptionSequencedBatch.entries()Returns the value of theentriesrecord component.Constructor parameters in io.camunda.zeebe.logstreams.impl.log with type arguments of type LogAppendEntryModifierConstructorDescriptionSequencedBatch(long timestamp, long firstPosition, long sourcePosition, List<LogAppendEntry> entries) Creates an instance of aSequencedBatchrecord class. -
Uses of LogAppendEntry in io.camunda.zeebe.logstreams.log
Methods in io.camunda.zeebe.logstreams.log that return LogAppendEntryModifier and TypeMethodDescriptionstatic LogAppendEntryLogAppendEntry.of(long key, RecordMetadata recordMetadata, UnifiedRecordValue recordValue) Creates a default representation of aLogAppendEntryusing default null values for the source index.static LogAppendEntryLogAppendEntry.of(RecordMetadata recordMetadata, UnifiedRecordValue recordValue) Creates a default representation of aLogAppendEntryusing default null values for the key and source index.static LogAppendEntryLogAppendEntry.ofProcessed(LogAppendEntry entry) Creates a newLogAppendEntrywhich wraps the givenLogAppendEntryand marks the entry as processed.Methods in io.camunda.zeebe.logstreams.log with parameters of type LogAppendEntryModifier and TypeMethodDescriptionstatic LogAppendEntryLogAppendEntry.ofProcessed(LogAppendEntry entry) Creates a newLogAppendEntrywhich wraps the givenLogAppendEntryand marks the entry as processed.default longLogStreamWriter.tryWrite(LogAppendEntry appendEntry) Attempts to write the event to the underlying stream.default longLogStreamWriter.tryWrite(LogAppendEntry appendEntry, long sourcePosition) Method parameters in io.camunda.zeebe.logstreams.log with type arguments of type LogAppendEntryModifier and TypeMethodDescriptiondefault longLogStreamWriter.tryWrite(List<LogAppendEntry> appendEntries) Attempts to write the events to the underlying stream.longLogStreamWriter.tryWrite(List<LogAppendEntry> appendEntries, long sourcePosition) Attempts to write the events to the underlying stream.