object party_replication extends Helpful
- Annotations
- @Summary(s = "Commands useful to replicate parties from one participant to another", flag = FeatureFlag.Repair) @Group(name = "Party Replication")
- Alphabetic
- By Inheritance
- party_replication
- Helpful
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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"))
- def help()(implicit consoleEnvironment: ConsoleEnvironment): Unit
- Definition Classes
- Helpful
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def step1_hold_and_store_acs(partyId: PartyId, synchronizerId: SynchronizerId, sourceParticipant: ParticipantReference, targetParticipantId: ParticipantId, targetFile: String, beginOffsetExclusive: Long)(implicit env: ConsoleEnvironment): Unit
Initiates the first step of the party replication repair macro.
Initiates the first step of the party replication repair macro.
- Ensures synchronizer is silent before starting.
- Finds ledger offset at which the party was activated on the target participant.
- Exports the party's ACS from the source participant to file.
Assumptions before running this step:
- Synchronizer has been silenced.
- Party has been authorized on the target participant, that is it has been activated.
- The
beginOffsetExclusive
refers to an offset on the source participant which is before the party to participant mapping topology transactions
- partyId
The party to be replicated.
- synchronizerId
The synchronizer on which the party replication happens.
- sourceParticipant
The participant from where the party's ACS will be exported.
- targetParticipantId
The participant which onboards the party through party replication.
- targetFile
The party's ACS export file path.
- beginOffsetExclusive
The ledger offset after which to begin searching for the party's activation on the target participant.
- def step2_import_acs(partyId: PartyId, synchronizerId: SynchronizerId, targetParticipant: ParticipantReference, sourceFile: String, workflowIdPrefix: String = "")(implicit env: ConsoleEnvironment): Unit
Completes the party replication repair macro in a second step.
Completes the party replication repair macro in a second step.
- partyId
The party to be replicated.
- synchronizerId
The synchronizer on which the party replication happens.
- targetParticipant
The participant which onboards the party through party replication.
- sourceFile
The party's ACS export file path.
- workflowIdPrefix
Optional prefix for the workflow ID.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])