com.digitalasset.canton.synchronizer.sequencer
SequencerWriterStoreFactory
Companion object SequencerWriterStoreFactory
trait SequencerWriterStoreFactory extends AutoCloseable
Create instances for a sequencer.store.SequencerWriterStore and a predicate to know whether
we can recreate a sequencer writer on failures encountered potentially during storage.
Implements AutoClosable
so implementations can use lifecycle.FlagCloseable to short
circuit retry attempts.
- Alphabetic
- By Inheritance
- SequencerWriterStoreFactory
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def close(): Unit
- Definition Classes
- AutoCloseable
- Annotations
- @throws(classOf[java.lang.Exception])
- abstract def create(storage: Storage, generalStore: SequencerStore)(implicit traceContext: TraceContext): EitherT[FutureUnlessShutdown, WriterStartupError, SequencerWriterStore]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expectedOfflineException(error: Throwable): Boolean
When the sequencer goes offline Exceptions may be thrown by the sequencer.store.SequencerStore and sequencer.SequencerWriterSource.
When the sequencer goes offline Exceptions may be thrown by the sequencer.store.SequencerStore and sequencer.SequencerWriterSource. This allows callers to check whether the captured exception is expected when offline and indicates that the sequencer.SequencerWriter can still be recreated.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])