Packages

class ParticipantNode extends CantonNode with NamedLogging with HasUptime

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParticipantNode
  2. HasUptime
  3. NamedLogging
  4. CantonNode
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParticipantNode(id: ParticipantId, metrics: ParticipantMetrics, config: ParticipantNodeConfig, nodeParameters: ParticipantNodeParameters, storage: Storage, clock: Clock, cryptoPureApi: CryptoPureApi, identityPusher: ParticipantTopologyDispatcher, sync: CantonSyncService, adminToken: CantonAdminToken, recordSequencerInteractions: AtomicReference[Option[RecordingConfig]], replaySequencerConfig: AtomicReference[Option[ReplayConfig]], loggerFactory: NamedLoggerFactory, healthData: => Seq[ComponentStatus])

Type Members

  1. type Status = ParticipantStatus
    Definition Classes
    ParticipantNodeCantonNode

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val adminToken: CantonAdminToken
    Definition Classes
    ParticipantNodeCantonNode
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val clock: Clock

    The clock used to measure up-time

    The clock used to measure up-time

    Attributes
    protected
    Definition Classes
    ParticipantNodeHasUptime
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def close(): Unit
    Definition Classes
    ParticipantNode → AutoCloseable
  9. val config: ParticipantNodeConfig
  10. val cryptoPureApi: CryptoPureApi
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. val id: ParticipantId
  17. def isActive: Boolean
    Definition Classes
    ParticipantNodeCantonNode
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. val loggerFactory: NamedLoggerFactory
    Definition Classes
    ParticipantNodeNamedLogging
  21. val metrics: ParticipantMetrics
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def readySynchronizers: Map[SynchronizerId, SubmissionReady]
  28. def reconnectSynchronizersIgnoreFailures(isTriggeredManually: Boolean)(implicit traceContext: TraceContext, ec: ExecutionContext): EitherT[FutureUnlessShutdown, SyncServiceError, Unit]

    isTriggeredManually

    True if the call of this method is triggered by an explicit call to the connectivity service, false if the call of this method is triggered by a node restart or transition to active

  29. val recordSequencerInteractions: AtomicReference[Option[RecordingConfig]]
  30. val replaySequencerConfig: AtomicReference[Option[ReplayConfig]]
  31. def status: ParticipantStatus
    Definition Classes
    ParticipantNodeCantonNode
  32. val storage: Storage
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def uptime(): Duration
    Attributes
    protected
    Definition Classes
    HasUptime
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from HasUptime

Inherited from NamedLogging

Inherited from CantonNode

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped