object PartyReplicationStatus
Internal state representation of the party replication process. Refer to the proto GetAddPartyStatusResponse for the semantics.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartyReplicationStatus
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait AgreedReplicationStatus extends PartyReplicationStatus
- final case class AgreementAccepted(params: ReplicationParams, sequencerId: SequencerId, damlAgreementCid: LfContractId) extends AgreedReplicationStatus with ProgressIsExpected with Product with Serializable
- sealed trait AuthorizedPartyReplicationStatus extends AgreedReplicationStatus
- final case class Completed(params: ReplicationParams, sequencerId: SequencerId, damlAgreementCid: LfContractId, effectiveAt: CantonTimestamp, partyReplicationProcessor: PartyReplicationProcessor) extends ConnectedPartyReplicationStatus with Product with Serializable
- sealed trait ConnectedPartyReplicationStatus extends AuthorizedPartyReplicationStatus
- final case class ConnectionEstablished(params: ReplicationParams, sequencerId: SequencerId, damlAgreementCid: LfContractId, effectiveAt: CantonTimestamp, partyReplicationProcessor: PartyReplicationProcessor) extends ConnectedPartyReplicationStatus with ProgressIsExpected with Product with Serializable
- final case class Disconnected(message: String, previousConnectedStatus: ConnectedPartyReplicationStatus) extends PartyReplicationStatus with ProgressIsExpected with Product with Serializable
- final case class Error(error: String, previousStatus: PartyReplicationStatus) extends PartyReplicationStatus with Product with Serializable
- final case class FullyReplicatedAcs(params: ReplicationParams, sequencerId: SequencerId, damlAgreementCid: LfContractId, effectiveAt: CantonTimestamp, partyReplicationProcessor: PartyReplicationProcessor) extends ConnectedPartyReplicationStatus with ProgressIsExpected with Product with Serializable
- sealed trait PartyReplicationStatus extends AnyRef
- sealed trait PartyReplicationStatusCode extends AnyRef
- sealed trait ProgressIsExpected extends AnyRef
Indicates whether party replication is active and expected to be progressing, i.e.
Indicates whether party replication is active and expected to be progressing, i.e. whether monitoring for progress and initiating state transitions are needed in contrast to having completed or having failed in such a way that requires operator intervention.
- final case class ProposalProcessed(params: ReplicationParams) extends PartyReplicationStatus with ProgressIsExpected with Product with Serializable
- final case class ReplicatingAcs(params: ReplicationParams, sequencerId: SequencerId, damlAgreementCid: LfContractId, effectiveAt: CantonTimestamp, partyReplicationProcessor: PartyReplicationProcessor) extends ConnectedPartyReplicationStatus with ProgressIsExpected with Product with Serializable
- final case class ReplicationParams(requestId: Hash, partyId: PartyId, synchronizerId: SynchronizerId, sourceParticipantId: ParticipantId, targetParticipantId: ParticipantId, serial: PositiveInt, participantPermission: ParticipantPermission) extends Product with Serializable
- final case class TopologyAuthorized(params: ReplicationParams, sequencerId: SequencerId, damlAgreementCid: LfContractId, effectiveAt: CantonTimestamp) extends AuthorizedPartyReplicationStatus with ProgressIsExpected with Product with Serializable
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()
- 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()
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object AgreementAccepted extends Serializable
- object Completed extends Serializable
- object FullyReplicatedAcs extends Serializable
- object PartyReplicationStatusCode
- object ProposalProcessed extends Serializable
- object ReplicatingAcs extends Serializable