Packages

c

com.digitalasset.canton.console

LocalParticipantReference

class LocalParticipantReference extends ParticipantReference with LocalInstanceReference with BaseInspection[ParticipantNode]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalParticipantReference
  2. BaseInspection
  3. LocalInstanceReference
  4. ParticipantReference
  5. LedgerApiCommandRunner
  6. LedgerApiAdministration
  7. BaseLedgerApiAdministration
  8. StreamingCommandHelper
  9. NoTracing
  10. ParticipantAdministration
  11. ConsoleCommandGroup
  12. InstanceReference
  13. PrettyPrinting
  14. PrettyUtil
  15. ShowUtil
  16. ShowSyntax
  17. ToShowOps
  18. FeatureFlagFilter
  19. NamedLogging
  20. Helpful
  21. HasUniqueIdentifier
  22. HasNamespace
  23. HasFingerprint
  24. AdminCommandRunner
  25. AnyRef
  26. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LocalParticipantReference(consoleEnvironment: ConsoleEnvironment, name: String)

Type Members

  1. type Status = ParticipantStatus
  2. implicit class ShowAnyRefSyntax extends AnyRef
    Definition Classes
    ShowUtil
  3. implicit class ShowEitherSyntax[L, R] extends AnyRef

    Enables the syntax show"${myEither.showMerged}".

    Enables the syntax show"${myEither.showMerged}".

    Definition Classes
    ShowUtil
  4. implicit class ShowLengthLimitedStringSyntax extends StringOperators
    Definition Classes
    ShowUtil
  5. implicit class ShowLengthLimitedStringWrapperSyntax extends StringOperators
    Definition Classes
    ShowUtil
  6. implicit class ShowOptionSyntax[T] extends AnyRef
    Definition Classes
    ShowUtil
  7. implicit class ShowProductSyntax extends AnyRef
    Definition Classes
    ShowUtil
    Annotations
    @SuppressWarnings()
  8. implicit class ShowStringSyntax extends StringOperators
    Definition Classes
    ShowUtil
  9. implicit class ShowTraversableSyntax[T] extends AnyRef

    Enables syntax like show"Found several elements: ${myCollection.mkShow()}".

    Enables syntax like show"Found several elements: ${myCollection.mkShow()}".

    Definition Classes
    ShowUtil
  10. abstract class StringOperators extends AnyRef

    Enables syntax like:

    Enables syntax like:

    show"This is a string: ${myString.doubleQuoted}"

    and:

    show"This is a hash: ${myHash.readableHash}"
    Definition Classes
    ShowUtil

Value Members

  1. object db extends Helpful
    Definition Classes
    LocalInstanceReference
    Annotations
    @Summary(s = "Database related operations", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Database")
  2. object metrics
    Definition Classes
    LocalInstanceReference
    Annotations
    @Summary(s = "Access the local nodes metrics", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Metrics")
  3. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def ##: Int
    Definition Classes
    AnyRef → Any
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def access[T](ops: (ParticipantNode) => T): T
    Attributes
    protected[console]
    Definition Classes
    BaseInspection
  7. def adHocPrettyInstance[T <: Product](implicit c: ClassTag[T]): Pretty[T]

    Use this as a temporary solution, to make the code compile during an ongoing migration.

    Use this as a temporary solution, to make the code compile during an ongoing migration. Drawbacks:

    • Instances of Pretty[T] are ignored.
    • No parameter names
    Definition Classes
    PrettyUtil
  8. def adminCommand[Result](grpcCommand: GrpcAdminCommand[_, _, Result]): ConsoleCommandResult[Result]

    Run a GRPC admin command and return its result.

    Run a GRPC admin command and return its result. Most of the commands are only defined for the GRPC interface, so we default to showing an error message if the command is called for a node configured with an HTTP interface.

    Attributes
    protected[console]
    Definition Classes
    LocalInstanceReferenceAdminCommandRunner
  9. def adminToken: Option[String]

    secret, not publicly documented way to get the admin token

    secret, not publicly documented way to get the admin token

    Definition Classes
    LocalParticipantReferenceInstanceReference
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def cantonConfig: CantonConfig
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  12. def check[T](flag: FeatureFlag)(command: => T): T
    Attributes
    protected
    Definition Classes
    FeatureFlagFilter
  13. def clear_cache(): Unit
    Definition Classes
    InstanceReference
    Annotations
    @Summary(s = "Clear locally cached variables", flag = FeatureFlag.Testing) @Description(s = "Some commands cache values on the client side. Use this command to explicitly clear the caches of these values.")
  14. def clear_cache_internal(): Unit
    Attributes
    protected[canton]
    Definition Classes
    InstanceReference
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. def commitments: LocalCommitmentsAdministrationGroup
    Definition Classes
    LocalParticipantReferenceParticipantReference
    Annotations
    @Summary(s = "Commands to inspect and extract bilateral commitments", flag = FeatureFlag.Preview) @Group(name = "Commitments")
  17. def config: ParticipantNodeConfig
    Definition Classes
    LocalParticipantReferenceLocalInstanceReferenceParticipantReference
    Annotations
    @Summary(s = "Return participant config", flag = console.this.Help.Summary.<init>$default$2)
  18. val consoleEnvironment: ConsoleEnvironment
  19. def crypto: Crypto
    Attributes
    protected[canton]
    Definition Classes
    BaseInspection
  20. def customParam[T](getValue: (T) => String, cond: (T) => Boolean = (_: T) => true): (T) => Option[Tree]

    Use this if you need a custom representation of a parameter.

    Use this if you need a custom representation of a parameter. Do not use this to create lengthy strings, as line wrapping is not supported.

    Definition Classes
    PrettyUtil
  21. def defaultLimit: PositiveInt
    Attributes
    protected
    Definition Classes
    BaseLedgerApiAdministration
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. implicit lazy val executionContext: ExecutionContext
    Attributes
    protected[canton]
    Definition Classes
    BaseLedgerApiAdministration
  26. final def fingerprint: Fingerprint
    Definition Classes
    HasNamespaceHasFingerprint
    Annotations
    @inline()
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. def hashCode(): Int
    Definition Classes
    InstanceReference → AnyRef → Any
  29. def health: ParticipantHealthAdministration
    Definition Classes
    ParticipantReferenceInstanceReference
    Annotations
    @Summary(s = "Health and diagnostic related commands", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Health")
  30. def help(methodName: String)(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
    Annotations
    @Summary(s = "Help for specific commands (use help() or help(\"method\") for more information)", flag = console.this.Help.Summary.<init>$default$2) @Topic(t = Seq("Top-level Commands"))
  31. def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
    Definition Classes
    Helpful
  32. def id: ParticipantId
    Definition Classes
    ParticipantReferenceParticipantAdministrationInstanceReference
    Annotations
    @Summary(s = "Yields the globally unique id of this participant. " +
    "Throws an exception, if the id has not yet been allocated (e.g., the participant has not yet been started)."
    , flag = console.this.Help.Summary.<init>$default$2)
  33. final def identifier: String185
    Definition Classes
    HasUniqueIdentifier
    Annotations
    @inline()
  34. def indicateOmittedFields[T]: (T) => Option[Tree]

    Use this to indicate that you've omitted fields from pretty printing

    Use this to indicate that you've omitted fields from pretty printing

    Definition Classes
    PrettyUtil
  35. val instanceType: String
    Attributes
    protected[canton]
    Definition Classes
    ParticipantReferenceInstanceReference
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def is_initialized: Boolean
    Definition Classes
    LocalInstanceReference
    Annotations
    @Summary(s = "Check if the local instance is running and is fully initialized", flag = console.this.Help.Summary.<init>$default$2)
  38. def is_running: Boolean
    Definition Classes
    LocalInstanceReference
    Annotations
    @Summary(s = "Check if the local instance is running", flag = console.this.Help.Summary.<init>$default$2)
  39. def keys: LocalKeyAdministrationGroup
    Definition Classes
    LocalInstanceReferenceInstanceReference
    Annotations
    @Summary(s = "Manage public and secret keys", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Keys")
  40. def ledgerApiCommand[Result](command: GrpcAdminCommand[_, _, Result]): ConsoleCommandResult[Result]
    Attributes
    protected[console]
    Definition Classes
    LocalParticipantReferenceLedgerApiCommandRunner
  41. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  42. val loggerFactory: NamedLoggerFactory
    Attributes
    protected
    Definition Classes
    ParticipantReferenceNamedLogging
  43. def maybeId: Option[ParticipantId]
    Definition Classes
    ParticipantReferenceInstanceReference
    Annotations
    @Summary(s = "Yields Some(id) of this participant if id present. " +
    "Returns None, if the id has not yet been allocated (e.g., the participant has not yet been initialised)."
    , flag = console.this.Help.Summary.<init>$default$2)
  44. def migrateInstanceDb(): Either[StartupError, _]
    Attributes
    protected
    Definition Classes
    LocalInstanceReference
  45. def mkResult[Res](call: => AutoCloseable, requestDescription: String, observer: RecordingStreamObserver[Res], timeout: NonNegativeDuration): Seq[Res]
    Definition Classes
    StreamingCommandHelper
  46. val name: String
  47. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  48. final def namespace: Namespace
    Definition Classes
    HasUniqueIdentifierHasNamespace
    Annotations
    @inline()
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  53. def param[T, V](name: String, getValue: (T) => V, cond: (T) => Boolean = (_: T) => true)(implicit arg0: Pretty[V]): (T) => Option[Tree]

    A tree representing both parameter name and value.

    A tree representing both parameter name and value.

    Definition Classes
    PrettyUtil
  54. def paramIfDefined[T, V](name: String, getValue: (T) => Option[V])(implicit arg0: Pretty[V]): (T) => Option[Tree]
    Definition Classes
    PrettyUtil
  55. def paramIfNonEmpty[T, V <: IterableOnce[_]](name: String, getValue: (T) => V)(implicit arg0: Pretty[V]): (T) => Option[Tree]
    Definition Classes
    PrettyUtil
  56. def paramIfNotDefault[T, V](name: String, getValue: (T) => V, default: V)(implicit arg0: Pretty[V]): (T) => Option[Tree]

    A tree only written if not matching the default value

    A tree only written if not matching the default value

    Definition Classes
    PrettyUtil
  57. def paramIfTrue[T](label: String, getValue: (T) => Boolean): (T) => Option[Tree]
    Definition Classes
    PrettyUtil
  58. def paramWithoutValue[T](name: String, cond: (T) => Boolean = (_: T) => true): (T) => Option[Tree]

    A tree representing a parameter name without a parameter value.

    A tree representing a parameter name without a parameter value. Use this for parameters storing confidential or binary data.

    Definition Classes
    PrettyUtil
  59. def participantIsActiveOnSynchronizer(synchronizerId: SynchronizerId, participantId: ParticipantId): Boolean
    Attributes
    protected
    Definition Classes
    ParticipantReferenceParticipantAdministration
  60. def parties: ParticipantPartiesAdministrationGroup
    Definition Classes
    ParticipantReferenceInstanceReference
    Annotations
    @Summary(s = "Inspect and manage parties", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Parties")
  61. def pretty: Pretty[InstanceReference]

    Indicates how to pretty print this instance.

    Indicates how to pretty print this instance. See PrettyPrintingTest for examples on how to implement this method.

    Attributes
    protected
    Definition Classes
    InstanceReferencePrettyPrinting
  62. def prettyInfix[T]: PrettyInfixPartiallyApplied[T]
    Definition Classes
    PrettyUtil
  63. def prettyNode[T](label: String, children: (T) => Option[Tree]*): Pretty[T]

    A tree consisting of a labelled node with the given children.

    A tree consisting of a labelled node with the given children.

    Definition Classes
    PrettyUtil
  64. def prettyOfClass[T](getParamTrees: (T) => Option[Tree]*): Pretty[T]

    A tree representing the type name and parameter trees.

    A tree representing the type name and parameter trees.

    Definition Classes
    PrettyUtil
  65. def prettyOfClassWithName[T](name: String)(getParamTrees: (T) => Option[Tree]*): Pretty[T]

    Like prettyOfClass, except takes an explicit name for the class.

    Like prettyOfClass, except takes an explicit name for the class.

    Definition Classes
    PrettyUtil
  66. def prettyOfObject[T <: Product]: Pretty[T]

    A tree presenting the type name only.

    A tree presenting the type name only. (E.g., for case objects.)

    Definition Classes
    PrettyUtil
  67. def prettyOfParam[T, V](getValue: (T) => V)(implicit arg0: Pretty[V]): Pretty[T]

    Use this to give a class with a singleton parameter the same pretty representation as the parameter.

    Use this to give a class with a singleton parameter the same pretty representation as the parameter.

    Definition Classes
    PrettyUtil
  68. def prettyOfString[T](toString: (T) => String): Pretty[T]

    Creates a pretty instance from a string function.

    Creates a pretty instance from a string function. Do not use this with lengthy strings, as line wrapping is not supported.

    Definition Classes
    PrettyUtil
  69. def pruning: ParticipantPruningAdministrationGroup
    Definition Classes
    ParticipantReference
    Annotations
    @Summary(s = "Commands to pruning the archive of the ledger", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Ledger Pruning")
  70. def repair: ParticipantRepairAdministration
    Definition Classes
    ParticipantReference
    Annotations
    @Summary(s = "Commands to repair the participant contract state", flag = FeatureFlag.Repair) @Group(name = "Repair")
  71. def repairMigrationOfInstance(force: Boolean): Either[StartupError, Unit]
    Attributes
    protected
    Definition Classes
    LocalInstanceReference
  72. def replication: ParticipantReplicationAdministrationGroup
    Definition Classes
    ParticipantReference
    Annotations
    @Summary(s = "Manage participant replication", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Replication")
  73. def runCommandIfRunning[Result](runner: => ConsoleCommandResult[Result]): ConsoleCommandResult[Result]
    Attributes
    protected
    Definition Classes
    LocalInstanceReference
  74. def runner: AdminCommandRunner
    Attributes
    protected
    Definition Classes
    ParticipantReferenceConsoleCommandGroup
  75. def runningNode: Option[ParticipantNodeBootstrap]
  76. implicit final def showInterpolator(sc: StringContext): ShowInterpolator
    Definition Classes
    ShowSyntax
  77. implicit def showPretty[T](implicit arg0: Pretty[T]): Show[T]

    Enables the syntax show"This object is pretty: $myPrettyType".

    Enables the syntax show"This object is pretty: $myPrettyType".

    Definition Classes
    ShowUtil
  78. def simClock: Option[DelegatingSimClock]
    Annotations
    @Summary(s = "Returns the node specific simClock, possible race condition if using environment.SimClock as well.", flag = console.this.Help.Summary.<init>$default$2)
  79. def start(): Unit
    Definition Classes
    LocalInstanceReference
    Annotations
    @Summary(s = "Start the instance", flag = console.this.Help.Summary.<init>$default$2)
  80. def startInstance(): Either[StartupError, Unit]
    Attributes
    protected
    Definition Classes
    LocalInstanceReference
  81. def startingNode: Option[ParticipantNodeBootstrap]
  82. def stop(): Unit
    Definition Classes
    LocalInstanceReference
    Annotations
    @Summary(s = "Stop the instance", flag = console.this.Help.Summary.<init>$default$2)
  83. def stopInstance(): Either[ShutdownError, Unit]
    Attributes
    protected
    Definition Classes
    LocalInstanceReference
  84. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  85. def testing: LocalParticipantTestingGroup
    Definition Classes
    LocalParticipantReferenceParticipantReference
    Annotations
    @Summary(s = "Commands used for development and testing", flag = FeatureFlag.Testing) @Group(name = "Testing")
  86. implicit def toShow[A](target: A)(implicit tc: Show[A]): Ops[A]
    Definition Classes
    ToShowOps
  87. final def toString(): String

    Yields a readable string representation based on com.digitalasset.canton.logging.pretty.Pretty.DefaultPprinter.

    Yields a readable string representation based on com.digitalasset.canton.logging.pretty.Pretty.DefaultPprinter. Final to avoid accidental overwriting.

    Definition Classes
    PrettyPrinting → AnyRef → Any
  88. def token: Option[String]
    Attributes
    protected[console]
    Definition Classes
    LocalParticipantReferenceLedgerApiCommandRunner
  89. def topology: TopologyAdministrationGroup
    Definition Classes
    ParticipantReferenceInstanceReference
    Annotations
    @Summary(s = "Topology management related commands", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Topology") @Description(s = "This group contains access to the full set of topology management commands.")
  90. implicit def traceContext: TraceContext
    Attributes
    protected
    Definition Classes
    NoTracing
  91. def tracedLogger: TracedLogger
    Attributes
    protected[console]
    Definition Classes
    InstanceReferenceAdminCommandRunner
  92. def traffic_control: TrafficControlAdministrationGroup
    Definition Classes
    InstanceReference
    Annotations
    @Summary(s = "Traffic control related commands", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Traffic")
  93. final def uid: UniqueIdentifier
    Definition Classes
    InstanceReferenceHasUniqueIdentifier
    Annotations
    @inline()
  94. def underlying: Option[ParticipantNode]
    Definition Classes
    BaseInspection
  95. def unnamedParam[T, V](getValue: (T) => V, cond: (T) => Boolean = (_: T) => true)(implicit arg0: Pretty[V]): (T) => Option[Tree]

    A tree representing a parameter value without a parameter name.

    A tree representing a parameter value without a parameter name.

    Definition Classes
    PrettyUtil
  96. def unnamedParamIfDefined[T, V](getValue: (T) => Option[V])(implicit arg0: Pretty[V]): (T) => Option[Tree]
    Definition Classes
    PrettyUtil
  97. def unnamedParamIfNonEmpty[T, V <: IterableOnce[_]](getValue: (T) => V)(implicit arg0: Pretty[V]): (T) => Option[Tree]
    Definition Classes
    PrettyUtil
  98. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  99. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  100. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  101. def waitPackagesVetted(timeout: NonNegativeDuration): Unit

    Waits until for every participant p (drawn from consoleEnvironment.participants.all) that is running and initialized and for each synchronizer to which both this participant and p are connected the vetted_package transactions in the authorized store are the same as in the synchronizer store.

    Waits until for every participant p (drawn from consoleEnvironment.participants.all) that is running and initialized and for each synchronizer to which both this participant and p are connected the vetted_package transactions in the authorized store are the same as in the synchronizer store.

    Attributes
    protected
    Definition Classes
    ParticipantReferenceParticipantAdministration
  102. object ledger_api extends Helpful
    Definition Classes
    BaseLedgerApiAdministration
    Annotations
    @Summary(s = "Group of commands that access the ledger-api", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Ledger Api")
  103. object dars extends Helpful
    Definition Classes
    ParticipantAdministration
    Annotations
    @Summary(s = "Manage DAR packages", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "DAR Management")
  104. object packages extends Helpful
    Definition Classes
    ParticipantAdministration
    Annotations
    @Summary(s = "Manage raw Daml-LF packages", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Package Management")
  105. object resources extends Helpful
    Definition Classes
    ParticipantAdministration
    Annotations
    @Summary(s = "Functionality for managing resources", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Resource Management")
  106. object synchronizers extends Helpful
    Definition Classes
    ParticipantAdministration
    Annotations
    @Summary(s = "Manage synchronizer connections", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Synchronizers")

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LocalInstanceReference

Inherited from ParticipantReference

Inherited from LedgerApiCommandRunner

Inherited from StreamingCommandHelper

Inherited from NoTracing

Inherited from ConsoleCommandGroup

Inherited from InstanceReference

Inherited from PrettyPrinting

Inherited from PrettyUtil

Inherited from ShowUtil

Inherited from ShowSyntax

Inherited from ToShowOps

Inherited from FeatureFlagFilter

Inherited from NamedLogging

Inherited from Helpful

Inherited from HasUniqueIdentifier

Inherited from HasNamespace

Inherited from HasFingerprint

Inherited from AdminCommandRunner

Inherited from AnyRef

Inherited from Any

Ungrouped