Uses of Interface
io.camunda.zeebe.logstreams.log.LogAppendEntry
Packages that use LogAppendEntry
Package
Description
-
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) SequencedBatch(long timestamp, long firstPosition, long sourcePosition, List<LogAppendEntry> entries, int length) Creates an instance of aSequencedBatchrecord class. -
Uses of LogAppendEntry in io.camunda.zeebe.logstreams.impl.serializer
Method parameters in io.camunda.zeebe.logstreams.impl.serializer with type arguments of type LogAppendEntryModifier and TypeMethodDescriptionstatic intSequencedBatchSerializer.calculateBatchSize(List<LogAppendEntry> entries) -
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 Either<LogStreamWriter.WriteFailure,Long> LogStreamWriter.tryWrite(LogAppendEntry appendEntry) Attempts to write the event to the underlying stream.default Either<LogStreamWriter.WriteFailure,Long> LogStreamWriter.tryWrite(LogAppendEntry appendEntry, long sourcePosition) Method parameters in io.camunda.zeebe.logstreams.log with type arguments of type LogAppendEntryModifier and TypeMethodDescriptiondefault Either<LogStreamWriter.WriteFailure,Long> LogStreamWriter.tryWrite(List<LogAppendEntry> appendEntries) Attempts to write the events to the underlying stream.LogStreamWriter.tryWrite(List<LogAppendEntry> appendEntries, long sourcePosition) Attempts to write the events to the underlying stream.