Packages

package topology

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package admin
  2. package client
  3. package processing
  4. package store
  5. package transaction

Type Members

  1. sealed trait AuthenticatedMember extends Member
  2. sealed trait AuthenticatedMemberCode extends KeyOwnerCode
  3. final case class DomainId(uid: UniqueIdentifier) extends NodeIdentity with Product with Serializable
  4. sealed trait DomainMember extends AuthenticatedMember
  5. class DomainOutbox extends DomainOutboxCommon[GenericSignedTopologyTransaction, RegisterTopologyTransactionHandleCommon[GenericSignedTopologyTransaction], TopologyStore[DomainStore]] with DomainOutboxDispatchHelperOld
  6. abstract class DomainOutboxCommon[TX, +H <: RegisterTopologyTransactionHandleCommon[TX], +DTS <: TopologyStoreCommon[DomainStore, _, _, TX]] extends DomainOutboxDispatch[TX, H, DTS]
  7. trait DomainOutboxDispatch[TX, +H <: RegisterTopologyTransactionHandleCommon[TX], +TS <: TopologyStoreCommon[DomainStore, _, _, TX]] extends DomainOutboxDispatchStoreSpecific[TX] with NamedLogging with FlagCloseable
  8. trait DomainOutboxDispatchHelperOld extends DomainOutboxDispatchStoreSpecific[GenericSignedTopologyTransaction]
  9. trait DomainOutboxDispatchHelperX extends DomainOutboxDispatchStoreSpecific[GenericSignedTopologyTransactionX]
  10. trait DomainOutboxDispatchStoreSpecific[TX] extends NamedLogging
  11. class DomainOutboxX extends DomainOutboxCommon[GenericSignedTopologyTransactionX, RegisterTopologyTransactionHandleCommon[GenericSignedTopologyTransactionX], TopologyStoreX[DomainStore]] with DomainOutboxDispatchHelperX
  12. trait DomainOutboxXDynamicObserver extends TopologyManagerObserver

    Dynamic version of a TopologyManagerObserver allowing observers to be dynamically added or removed while the TopologyManager stays up.

    Dynamic version of a TopologyManagerObserver allowing observers to be dynamically added or removed while the TopologyManager stays up. (This is helpful for MediatorNodeX failover where domain-outboxes are started and closed.)

  13. class DomainOutboxXFactory extends NamedLogging
  14. class DomainOutboxXFactorySingleCreate extends DomainOutboxXFactory with FlagCloseable
  15. final case class DomainTopologyManagerId(uid: UniqueIdentifier) extends DomainMember with Product with Serializable

    The domain topology manager id

    The domain topology manager id

    The domain manager is the topology manager of the domain. The read side of the domain manager is the IdentityProvidingService.

  16. final case class Identifier extends LengthLimitedStringWrapper with PrettyPrinting with Product with Serializable

    An identifier such as a random or a readable string

  17. sealed trait Identity extends Product with Serializable with PrettyPrinting

    Top level trait representing an identity within the system

  18. final case class KeyCollection(signingKeys: Seq[SigningPublicKey], encryptionKeys: Seq[EncryptionPublicKey]) extends Product with Serializable
  19. sealed trait KeyOwner extends Identity

    An identity within the system that owns a key

    An identity within the system that owns a key

    Annotations
    @Deprecated
  20. sealed trait KeyOwnerCode extends AnyRef
  21. final case class MediatorGroup(index: MediatorGroupIndex, active: Seq[MediatorId], passive: Seq[MediatorId], threshold: PositiveInt) extends Product with Serializable
  22. final case class MediatorId(uid: UniqueIdentifier) extends DomainMember with NodeIdentity with Product with Serializable
  23. sealed trait MediatorRef extends PrettyPrinting with Product with Serializable

    This class represents a union of MediatorId and com.digitalasset.canton.sequencing.protocol.MediatorsOfDomain.

    This class represents a union of MediatorId and com.digitalasset.canton.sequencing.protocol.MediatorsOfDomain. It is used throughout the protocol to represent target/source mediator or mediator group in case of a BFT domain

  24. sealed trait Member extends KeyOwner with Product with Serializable

    A member in a domain such as a participant and or domain entities

    A member in a domain such as a participant and or domain entities

    A member can be addressed and talked to on the transaction level through the sequencer. Therefore every member is a KeyOwner. And the sequencer is not a member, as he is one level below, dealing with messages.

  25. final case class Namespace(fingerprint: Fingerprint) extends PrettyPrinting with Product with Serializable

    A namespace spanned by the fingerprint of a pub-key

    A namespace spanned by the fingerprint of a pub-key

    This is based on the assumption that the fingerprint is unique to the public-key

  26. final case class NodeId(identity: UniqueIdentifier) extends Product with Serializable
  27. sealed trait NodeIdentity extends Identity
  28. final case class ParticipantId(uid: UniqueIdentifier) extends AuthenticatedMember with NodeIdentity with Product with Serializable

    A participant identifier

  29. final case class PartyId(uid: UniqueIdentifier) extends Identity with Product with Serializable

    A party identifier based on a unique identifier

  30. class PartyToParticipantComputations extends NamedLogging
  31. final case class PendingTransactions[TX](transactions: Seq[TX], newWatermark: CantonTimestamp) extends Product with Serializable
  32. final case class SequencerGroup(active: Seq[SequencerId], passive: Seq[SequencerId], threshold: PositiveInt) extends Product with Serializable
  33. final case class SequencerId(uid: UniqueIdentifier) extends DomainMember with NodeIdentity with Product with Serializable
  34. abstract class TopologyManager[E <: CantonError] extends NamedLogging with FlagCloseableAsync
  35. sealed trait TopologyManagerError extends CantonError
  36. trait TopologyManagerObserver extends AnyRef
  37. class TopologyManagerX extends NamedLogging with FlagCloseable
  38. class TopologyStateProcessorX extends NamedLogging
  39. final case class UnauthenticatedMemberId(uid: UniqueIdentifier) extends Member with Product with Serializable
  40. final case class UniqueIdentifier(id: Identifier, namespace: Namespace) extends PrettyPrinting with Product with Serializable

    a unique identifier within a namespace Based on the Ledger API PartyIds/LedgerStrings being limited to 255 characters, we allocate - 64 + 4 characters to the namespace/fingerprint (essentially SHA256 with extra bytes), - 2 characters as delimiters, and - the last 185 characters for the Identifier.

Value Members

  1. object DomainId extends Serializable
  2. object DomainMember extends Serializable
  3. object DomainTopologyManagerId extends Serializable
  4. object Identifier extends Serializable
  5. object KeyCollection extends Serializable
  6. object KeyOwner extends Serializable
  7. object KeyOwnerCode
  8. object MediatorGroup extends Serializable
  9. object MediatorId extends Serializable
  10. object MediatorRef extends Serializable
  11. object Member extends Serializable
  12. object Namespace extends Serializable
  13. object ParticipantId extends Serializable
  14. object PartyId extends Serializable
  15. object SafeSimpleString

    utility class to ensure that strings conform to LF specification minus our internal delimiter

  16. object SequencerId extends Serializable
  17. object TopologyManagerError extends TopologyManagerErrorGroup
  18. object UnauthenticatedMemberId extends Serializable
  19. object UniqueIdentifier extends Serializable

Ungrouped