c
com.digitalasset.canton.health.admin.v0
ParticipantStatusInfo
Companion object ParticipantStatusInfo
final case class ParticipantStatusInfo(connectedDomains: Seq[ConnectedDomain], active: Boolean) extends GeneratedMessage with Updatable[ParticipantStatusInfo] with Product with Serializable
participant node specific extra status info
- active
Indicate if the participant node is active True if the participant node is replicated and is the active replica, or true if not replicated
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParticipantStatusInfo
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ParticipantStatusInfo(connectedDomains: Seq[ConnectedDomain], active: Boolean)
- active
Indicate if the participant node is active True if the participant node is replicated and is the active replica, or true if not replicated
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
- val active: Boolean
- def addAllConnectedDomains(__vs: Iterable[ConnectedDomain]): ParticipantStatusInfo
- def addConnectedDomains(__vs: ConnectedDomain*): ParticipantStatusInfo
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearConnectedDomains: ParticipantStatusInfo
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: ParticipantStatusInfo.type
- Definition Classes
- ParticipantStatusInfo → GeneratedMessage
- val connectedDomains: Seq[ConnectedDomain]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ParticipantStatusInfo → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ParticipantStatusInfo → GeneratedMessage
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ParticipantStatusInfo → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ParticipantStatusInfo → GeneratedMessage
- def update(ms: (Lens[ParticipantStatusInfo, ParticipantStatusInfo]) => Mutation[ParticipantStatusInfo]*): ParticipantStatusInfo
- Definition Classes
- Updatable
- 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])
- def withActive(__v: Boolean): ParticipantStatusInfo
- def withConnectedDomains(__v: Seq[ConnectedDomain]): ParticipantStatusInfo
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ParticipantStatusInfo → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage