class ParticipantNode extends CantonNode with NamedLogging with HasUptime
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParticipantNode
- HasUptime
- NamedLogging
- CantonNode
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- type Status = ParticipantStatus
- Definition Classes
- ParticipantNode → CantonNode
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
- val adminToken: CantonAdminToken
- Definition Classes
- ParticipantNode → CantonNode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clock: Clock
The clock used to measure up-time
The clock used to measure up-time
- Attributes
- protected
- Definition Classes
- ParticipantNode → HasUptime
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- ParticipantNode → AutoCloseable
- val config: ParticipantNodeConfig
- val cryptoPureApi: CryptoPureApi
- 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()
- val id: ParticipantId
- def isActive: Boolean
- Definition Classes
- ParticipantNode → CantonNode
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- ParticipantNode → NamedLogging
- val metrics: ParticipantMetrics
- 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()
- def readySynchronizers: Map[SynchronizerId, SubmissionReady]
- 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
- val recordSequencerInteractions: AtomicReference[Option[RecordingConfig]]
- val replaySequencerConfig: AtomicReference[Option[ReplayConfig]]
- def status: ParticipantStatus
- Definition Classes
- ParticipantNode → CantonNode
- val storage: Storage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uptime(): Duration
- Attributes
- protected
- Definition Classes
- HasUptime
- 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])