Uses of Enum Class
io.camunda.zeebe.logstreams.log.LogStreamWriter.WriteFailure
Packages that use LogStreamWriter.WriteFailure
-
Uses of LogStreamWriter.WriteFailure in io.camunda.zeebe.logstreams.log
Methods in io.camunda.zeebe.logstreams.log that return LogStreamWriter.WriteFailureModifier and TypeMethodDescriptionstatic LogStreamWriter.WriteFailureReturns the enum constant of this class with the specified name.static LogStreamWriter.WriteFailure[]LogStreamWriter.WriteFailure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.logstreams.log that return types with arguments of type LogStreamWriter.WriteFailureModifier and TypeMethodDescriptiondefault 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) default 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.