final class StoreBasedTopologyStateForInitializationService extends TopologyStateForInitializationService with NamedLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StoreBasedTopologyStateForInitializationService
- NamedLogging
- TopologyStateForInitializationService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StoreBasedTopologyStateForInitializationService(synchronizerTopologyStore: TopologyStore[SynchronizerStore], loggerFactory: NamedLoggerFactory)
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
- implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def initialSnapshot(member: Member)(implicit executionContext: ExecutionContext, traceContext: TraceContext): FutureUnlessShutdown[GenericStoredTopologyTransactions]
Downloading the initial topology snapshot works as follows:
Downloading the initial topology snapshot works as follows:
- Determine the first MediatorSynchronizerState or SynchronizerTrustCertificate that mentions the member to onboard.
- Take its effective time (here t0')
- Find all transactions with sequence time <= t0'
- Find the maximum effective time of the transactions returned in 3. (here t1')
- Set all validUntil > t1' to None
t0 , t1 ... sequenced time t0', t1' ... effective time xxxxxxxxxxxxx xxx xxx t0 x t0' xx │ │ │ │ │ ├─────────┼────────┼────────┼───────┼────────► │ │ │ │ │ x t1 x t1' xx xx xx xx xx MDS/DTC xx
- Definition Classes
- StoreBasedTopologyStateForInitializationService → TopologyStateForInitializationService
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- StoreBasedTopologyStateForInitializationService → NamedLogging
- implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- 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])