Uses of Interface
io.camunda.zeebe.logstreams.storage.LogStorage
Packages that use LogStorage
Package
Description
-
Uses of LogStorage in io.camunda.zeebe.logstreams.impl.log
Methods in io.camunda.zeebe.logstreams.impl.log with parameters of type LogStorageConstructors in io.camunda.zeebe.logstreams.impl.log with parameters of type LogStorageModifierConstructorDescriptionLogStorageAppender(String name, int partitionId, LogStorage logStorage, Subscription writeBufferSubscription, int maxBlockSize) -
Uses of LogStorage in io.camunda.zeebe.logstreams.log
Methods in io.camunda.zeebe.logstreams.log with parameters of type LogStorageModifier and TypeMethodDescriptionLogStreamBuilder.withLogStorage(LogStorage logStorage) The underlying log storage to read from/write to. -
Uses of LogStorage in io.camunda.zeebe.logstreams.storage.atomix
Classes in io.camunda.zeebe.logstreams.storage.atomix that implement LogStorage