Packages

final case class GraphTopologyUpdate(nodeUpdates: Seq[NodeUpdate] = _root_.scala.Seq.empty, channelUpdates: Seq[ChannelEdgeUpdate] = _root_.scala.Seq.empty, closedChans: Seq[ClosedChannelUpdate] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GraphTopologyUpdate] with Product with Serializable

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphTopologyUpdate
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GraphTopologyUpdate(nodeUpdates: Seq[NodeUpdate] = _root_.scala.Seq.empty, channelUpdates: Seq[ChannelEdgeUpdate] = _root_.scala.Seq.empty, closedChans: Seq[ClosedChannelUpdate] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllChannelUpdates(__vs: Iterable[ChannelEdgeUpdate]): GraphTopologyUpdate
  5. def addAllClosedChans(__vs: Iterable[ClosedChannelUpdate]): GraphTopologyUpdate
  6. def addAllNodeUpdates(__vs: Iterable[NodeUpdate]): GraphTopologyUpdate
  7. def addChannelUpdates(__vs: ChannelEdgeUpdate*): GraphTopologyUpdate
  8. def addClosedChans(__vs: ClosedChannelUpdate*): GraphTopologyUpdate
  9. def addNodeUpdates(__vs: NodeUpdate*): GraphTopologyUpdate
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val channelUpdates: Seq[ChannelEdgeUpdate]
  12. def clearChannelUpdates: GraphTopologyUpdate
  13. def clearClosedChans: GraphTopologyUpdate
  14. def clearNodeUpdates: GraphTopologyUpdate
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. val closedChans: Seq[ClosedChannelUpdate]
  17. def companion: GraphTopologyUpdate.type
    Definition Classes
    GraphTopologyUpdate → GeneratedMessage
  18. def discardUnknownFields: GraphTopologyUpdate
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    GraphTopologyUpdate → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    GraphTopologyUpdate → GeneratedMessage
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. val nodeUpdates: Seq[NodeUpdate]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. def serializedSize: Int
    Definition Classes
    GraphTopologyUpdate → GeneratedMessage
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  33. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  34. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  35. def toProtoString: String
    Definition Classes
    GraphTopologyUpdate → GeneratedMessage
  36. val unknownFields: UnknownFieldSet
  37. def update(ms: (Lens[GraphTopologyUpdate, GraphTopologyUpdate]) => Mutation[GraphTopologyUpdate]*): GraphTopologyUpdate
    Definition Classes
    Updatable
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def withChannelUpdates(__v: Seq[ChannelEdgeUpdate]): GraphTopologyUpdate
  42. def withClosedChans(__v: Seq[ClosedChannelUpdate]): GraphTopologyUpdate
  43. def withNodeUpdates(__v: Seq[NodeUpdate]): GraphTopologyUpdate
  44. def withUnknownFields(__v: UnknownFieldSet): GraphTopologyUpdate
  45. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    GraphTopologyUpdate → GeneratedMessage
  47. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped