Packages

class ParticipantNodeX extends ParticipantNodeCommon

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

Instance Constructors

  1. 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: SchedulersWithParticipantPruning, loggerFactory: NamedLoggerFactory, healthData: => Seq[ComponentStatus])

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
  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
    ParticipantNodeXHasUptime
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def close(): Unit
    Definition Classes
    ParticipantNodeX → AutoCloseable
  9. val config: LocalParticipantConfig
  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
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val id: ParticipantId
  17. def isActive: Boolean
    Definition Classes
    ParticipantNodeXCantonNode
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. val loggerFactory: NamedLoggerFactory
    Definition Classes
    ParticipantNodeXNamedLogging
  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. val nodeParameters: ParticipantNodeParameters
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def readyDomains: Map[DomainId, Boolean]
  29. def reconnectDomainsIgnoreFailures()(implicit traceContext: TraceContext, ec: ExecutionContext): EitherT[FutureUnlessShutdown, SyncServiceError, Unit]
    Definition Classes
    ParticipantNodeCommon
  30. val recordSequencerInteractions: AtomicReference[Option[RecordingConfig]]
  31. val replaySequencerConfig: AtomicReference[Option[ReplayConfig]]
  32. val schedulers: SchedulersWithParticipantPruning
  33. def status: Future[ParticipantStatus]
    Definition Classes
    ParticipantNodeXCantonNode
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def uptime(): Duration
    Attributes
    protected
    Definition Classes
    HasUptime
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. 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
    Deprecated

Inherited from ParticipantNodeCommon

Inherited from HasUptime

Inherited from NamedLogging

Inherited from CantonNode

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped