Packages

package participant

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. participant
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package admin
  2. package config
  3. package domain
  4. package event
  5. package ledger
  6. package metrics
  7. package protocol
  8. package pruning
  9. package replica
  10. package scheduler
  11. package store
  12. package sync
  13. package topology
  14. package traffic
  15. package util

Type Members

  1. class CantonLedgerApiServerFactory extends NamedLogging
  2. abstract class EnterpriseParticipantNodeFactoryCommon[B <: CantonNodeBootstrap[_]] extends Factory[EnterpriseParticipantConfig, B]
  3. final case class GlobalOffset(v: PositiveLong) extends Ordered[GlobalOffset] with PrettyPrinting with Product with Serializable
  4. type LedgerSyncOffset = Offset
  5. type LedgerSyncRecordTime = Timestamp
  6. final case class LocalOffset(requestCounter: RequestCounter) extends PrettyPrinting with Ordered[LocalOffset] with Product with Serializable
  7. class ParticipantNode extends ParticipantNodeCommon with NoTracing

    A participant node in the system.

    A participant node in the system.

    The participant node can connect to a number of domains and offers: - the ledger API to its application. - the participant node admin API to its operator.

  8. class ParticipantNodeBootstrap extends CantonNodeBootstrapBase[ParticipantNode, LocalParticipantConfig, ParticipantNodeParameters, ParticipantMetrics] with ParticipantNodeBootstrapCommon
  9. trait ParticipantNodeBootstrapCommon extends AnyRef
  10. class ParticipantNodeBootstrapX extends CantonNodeBootstrapX[ParticipantNodeX, LocalParticipantConfig, ParticipantNodeParameters, ParticipantMetrics] with ParticipantNodeBootstrapCommon
  11. abstract class ParticipantNodeCommon extends CantonNode with NamedLogging with HasUptime
  12. final case class ParticipantNodeParameters(general: General, partyChangeNotification: PartyNotificationConfig, adminWorkflow: AdminWorkflowConfig, maxUnzippedDarSize: Int, stores: ParticipantStoreConfig, transferTimeProofFreshnessProportion: NonNegativeInt, protocolConfig: ParticipantProtocolConfig, uniqueContractKeys: Boolean, ledgerApiServerParameters: LedgerApiServerParametersConfig, excludeInfrastructureTransactions: Boolean, enableEngineStackTrace: Boolean, enableContractUpgrading: Boolean, iterationsBetweenInterruptions: Long) extends CantonNodeParameters with HasGeneralCantonNodeParameters with Product with Serializable
  13. class ParticipantNodeX extends ParticipantNodeCommon

Inherited from AnyRef

Inherited from Any

Ungrouped