class ParticipantNodeX extends ParticipantNodeCommon
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParticipantNodeX
- ParticipantNodeCommon
- HasUptime
- NamedLogging
- CantonNode
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ParticipantNodeX(id: ParticipantId, metrics: ParticipantMetrics, config: LocalParticipantConfig, nodeParameters: ParticipantNodeParameters, storage: Storage, clock: Clock, cryptoPureApi: CryptoPureApi, identityPusher: ParticipantTopologyDispatcherCommon, ips: IdentityProvidingServiceClient, sync: CantonSyncService, adminToken: CantonAdminToken, recordSequencerInteractions: AtomicReference[Option[RecordingConfig]], replaySequencerConfig: AtomicReference[Option[ReplayConfig]], schedulers: SchedulersWithPruning, loggerFactory: NamedLoggerFactory, healthData: => Seq[ComponentStatus])
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
- 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
- ParticipantNodeX → HasUptime
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def close(): Unit
- Definition Classes
- ParticipantNodeX → AutoCloseable
- val config: LocalParticipantConfig
- 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
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: ParticipantId
- def isActive: Boolean
- Definition Classes
- ParticipantNodeX → CantonNode
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- ParticipantNodeX → 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
- val nodeParameters: ParticipantNodeParameters
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def readyDomains: Map[DomainId, Boolean]
- def reconnectDomainsIgnoreFailures()(implicit traceContext: TraceContext, ec: ExecutionContext): EitherT[FutureUnlessShutdown, SyncServiceError, Unit]
- Definition Classes
- ParticipantNodeCommon
- val recordSequencerInteractions: AtomicReference[Option[RecordingConfig]]
- val replaySequencerConfig: AtomicReference[Option[ReplayConfig]]
- val schedulers: SchedulersWithPruning
- def status: Future[ParticipantStatus]
- Definition Classes
- ParticipantNodeX → CantonNode
- 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])