final case class Subchannel(ref: Option[SubchannelRef] = _root_.scala.None, data: Option[ChannelData] = _root_.scala.None, channelRef: Seq[ChannelRef] = _root_.scala.Seq.empty, subchannelRef: Seq[SubchannelRef] = _root_.scala.Seq.empty, socketRef: Seq[SocketRef] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Subchannel] with Product with Serializable

Subchannel is a logical grouping of channels, subchannels, and sockets. A subchannel is load balanced over by it's ancestor

ref

The identifier for this channel.

data

Data specific to this channel. At most one of 'channel_ref+subchannel_ref' and 'socket' is set.

channelRef

There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.

subchannelRef

At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.

socketRef

There are no ordering guarantees on the order of sockets.

Annotations
@SerialVersionUID()
Source
Subchannel.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Subchannel
  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 Subchannel(ref: Option[SubchannelRef] = _root_.scala.None, data: Option[ChannelData] = _root_.scala.None, channelRef: Seq[ChannelRef] = _root_.scala.Seq.empty, subchannelRef: Seq[SubchannelRef] = _root_.scala.Seq.empty, socketRef: Seq[SocketRef] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    ref

    The identifier for this channel.

    data

    Data specific to this channel. At most one of 'channel_ref+subchannel_ref' and 'socket' is set.

    channelRef

    There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.

    subchannelRef

    At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.

    socketRef

    There are no ordering guarantees on the order of sockets.

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 addAllChannelRef(__vs: Iterable[ChannelRef]): Subchannel
  5. def addAllSocketRef(__vs: Iterable[SocketRef]): Subchannel
  6. def addAllSubchannelRef(__vs: Iterable[SubchannelRef]): Subchannel
  7. def addChannelRef(__vs: ChannelRef*): Subchannel
  8. def addSocketRef(__vs: SocketRef*): Subchannel
  9. def addSubchannelRef(__vs: SubchannelRef*): Subchannel
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val channelRef: Seq[ChannelRef]
  12. def clearChannelRef: Subchannel
  13. def clearData: Subchannel
  14. def clearRef: Subchannel
  15. def clearSocketRef: Subchannel
  16. def clearSubchannelRef: Subchannel
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  18. def companion: Subchannel.type
    Definition Classes
    Subchannel → GeneratedMessage
  19. val data: Option[ChannelData]
  20. def discardUnknownFields: Subchannel
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getData: ChannelData
  25. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Subchannel → GeneratedMessage
  26. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Subchannel → GeneratedMessage
  27. def getRef: SubchannelRef
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. val ref: Option[SubchannelRef]
  34. def serializedSize: Int
    Definition Classes
    Subchannel → GeneratedMessage
  35. val socketRef: Seq[SocketRef]
  36. val subchannelRef: Seq[SubchannelRef]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    Subchannel → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[Subchannel, Subchannel]) => Mutation[Subchannel]*): Subchannel
    Definition Classes
    Updatable
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. def withChannelRef(__v: Seq[ChannelRef]): Subchannel
  48. def withData(__v: ChannelData): Subchannel
  49. def withRef(__v: SubchannelRef): Subchannel
  50. def withSocketRef(__v: Seq[SocketRef]): Subchannel
  51. def withSubchannelRef(__v: Seq[SubchannelRef]): Subchannel
  52. def withUnknownFields(__v: UnknownFieldSet): Subchannel
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Subchannel → GeneratedMessage
  55. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[Subchannel]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped