Package

io.buoyant.namerd.iface

thriftscala

Permalink

package thriftscala

Visibility
  1. Public
  2. All

Type Members

  1. trait Addr extends ThriftStruct with Product2[ByteBuffer, AddrVal] with HasThriftStructCodec3[Addr] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.Addr.apply for construction if you don't need to specify passthrough fields.

  2. class AddrFailure extends Exception with ThriftException with SourcedException with ThriftStruct with Product3[String, Int, NameRef] with HasThriftStructCodec3[AddrFailure] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.AddrFailure.apply for construction if you don't need to specify passthrough fields.

  3. trait AddrMeta extends ThriftStruct with Product3[Option[String], Option[String], Option[Double]] with HasThriftStructCodec3[AddrMeta] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.AddrMeta.apply for construction if you don't need to specify passthrough fields.

  4. trait AddrReq extends ThriftStruct with Product2[NameRef, Seq[ByteBuffer]] with HasThriftStructCodec3[AddrReq] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.AddrReq.apply for construction if you don't need to specify passthrough fields.

  5. sealed trait AddrVal extends ThriftUnion with ThriftStruct with HasThriftStructCodec3[AddrVal]

    Permalink
    Annotations
    @Generated()
  6. class BindFailure extends Exception with ThriftException with SourcedException with ThriftStruct with Product4[String, Int, NameRef, String] with HasThriftStructCodec3[BindFailure] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.BindFailure.apply for construction if you don't need to specify passthrough fields.

  7. trait BindReq extends ThriftStruct with Product3[String, NameRef, Seq[ByteBuffer]] with HasThriftStructCodec3[BindReq] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.BindReq.apply for construction if you don't need to specify passthrough fields.

  8. trait Bound extends ThriftStruct with Product3[ByteBuffer, BoundTree, String] with HasThriftStructCodec3[Bound] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.Bound.apply for construction if you don't need to specify passthrough fields.

  9. trait BoundAddr extends ThriftStruct with Product2[Set[TransportAddress], Option[AddrMeta]] with HasThriftStructCodec3[BoundAddr] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.BoundAddr.apply for construction if you don't need to specify passthrough fields.

  10. trait BoundName extends ThriftStruct with Product2[Seq[ByteBuffer], Seq[ByteBuffer]] with HasThriftStructCodec3[BoundName] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.BoundName.apply for construction if you don't need to specify passthrough fields.

  11. sealed trait BoundNode extends ThriftUnion with ThriftStruct with HasThriftStructCodec3[BoundNode]

    Permalink
    Annotations
    @Generated()
  12. trait BoundTree extends ThriftStruct with Product2[BoundNode, Map[Int, BoundNode]] with HasThriftStructCodec3[BoundTree] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.BoundTree.apply for construction if you don't need to specify passthrough fields.

  13. sealed trait DelegateContents extends ThriftUnion with ThriftStruct with HasThriftStructCodec3[DelegateContents]

    Permalink
    Annotations
    @Generated()
  14. trait DelegateNode extends ThriftStruct with Product3[Seq[ByteBuffer], String, DelegateContents] with HasThriftStructCodec3[DelegateNode] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.DelegateNode.apply for construction if you don't need to specify passthrough fields.

  15. trait DelegateReq extends ThriftStruct with Product3[String, Delegation, Seq[ByteBuffer]] with HasThriftStructCodec3[DelegateReq] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.DelegateReq.apply for construction if you don't need to specify passthrough fields.

  16. trait DelegateTree extends ThriftStruct with Product2[DelegateNode, Map[Int, DelegateNode]] with HasThriftStructCodec3[DelegateTree] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.DelegateTree.apply for construction if you don't need to specify passthrough fields.

  17. trait Delegation extends ThriftStruct with Product3[ByteBuffer, DelegateTree, String] with HasThriftStructCodec3[Delegation] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.Delegation.apply for construction if you don't need to specify passthrough fields.

  18. class DelegationFailure extends Exception with ThriftException with SourcedException with ThriftStruct with Product1[String] with HasThriftStructCodec3[DelegationFailure] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.DelegationFailure.apply for construction if you don't need to specify passthrough fields.

  19. class DtabFailure extends Exception with ThriftException with SourcedException with ThriftStruct with Product1[String] with HasThriftStructCodec3[DtabFailure] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.DtabFailure.apply for construction if you don't need to specify passthrough fields.

  20. trait DtabRef extends ThriftStruct with Product2[ByteBuffer, String] with HasThriftStructCodec3[DtabRef] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.DtabRef.apply for construction if you don't need to specify passthrough fields.

  21. trait DtabReq extends ThriftStruct with Product3[ByteBuffer, String, Seq[ByteBuffer]] with HasThriftStructCodec3[DtabReq] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.DtabReq.apply for construction if you don't need to specify passthrough fields.

  22. trait NameRef extends ThriftStruct with Product3[ByteBuffer, Seq[ByteBuffer], String] with HasThriftStructCodec3[NameRef] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.NameRef.apply for construction if you don't need to specify passthrough fields.

  23. trait Namer[+MM[_]] extends ThriftService

    Permalink
    Annotations
    @Generated()
  24. class Namer$FinagleClient extends Namer[Future]

    Permalink
    Annotations
    @Generated()
  25. class Namer$FinagleService extends Service[Array[Byte], Array[Byte]]

    Permalink
    Annotations
    @Generated()
  26. trait Transformation extends ThriftStruct with Product2[BoundName, Int] with HasThriftStructCodec3[Transformation] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.Transformation.apply for construction if you don't need to specify passthrough fields.

  27. trait TransportAddress extends ThriftStruct with Product3[ByteBuffer, Int, Option[AddrMeta]] with HasThriftStructCodec3[TransportAddress] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.TransportAddress.apply for construction if you don't need to specify passthrough fields.

  28. trait Void extends ThriftStruct with Product with HasThriftStructCodec3[Void] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.Void.apply for construction if you don't need to specify passthrough fields.

  29. trait WeightedNodeId extends ThriftStruct with Product2[Double, Int] with HasThriftStructCodec3[WeightedNodeId] with Serializable

    Permalink

    Prefer the companion object's io.buoyant.namerd.iface.thriftscala.WeightedNodeId.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object Addr extends ThriftStructCodec3[Addr] with Serializable

    Permalink
  2. object AddrFailure extends ThriftStructCodec3[AddrFailure] with Serializable

    Permalink
  3. object AddrMeta extends ThriftStructCodec3[AddrMeta] with Serializable

    Permalink
  4. object AddrReq extends ThriftStructCodec3[AddrReq] with Serializable

    Permalink
  5. object AddrVal extends ThriftStructCodec3[AddrVal]

    Permalink
    Annotations
    @Generated()
  6. object AddrValAliases

    Permalink
  7. object BindFailure extends ThriftStructCodec3[BindFailure] with Serializable

    Permalink
  8. object BindReq extends ThriftStructCodec3[BindReq] with Serializable

    Permalink
  9. object Bound extends ThriftStructCodec3[Bound] with Serializable

    Permalink
  10. object BoundAddr extends ThriftStructCodec3[BoundAddr] with Serializable

    Permalink
  11. object BoundName extends ThriftStructCodec3[BoundName] with Serializable

    Permalink
  12. object BoundNode extends ThriftStructCodec3[BoundNode]

    Permalink
    Annotations
    @Generated()
  13. object BoundNodeAliases

    Permalink
  14. object BoundTree extends ThriftStructCodec3[BoundTree] with Serializable

    Permalink
  15. object DelegateContents extends ThriftStructCodec3[DelegateContents]

    Permalink
    Annotations
    @Generated()
  16. object DelegateContentsAliases

    Permalink
  17. object DelegateNode extends ThriftStructCodec3[DelegateNode] with Serializable

    Permalink
  18. object DelegateReq extends ThriftStructCodec3[DelegateReq] with Serializable

    Permalink
  19. object DelegateTree extends ThriftStructCodec3[DelegateTree] with Serializable

    Permalink
  20. object Delegation extends ThriftStructCodec3[Delegation] with Serializable

    Permalink
  21. object DelegationFailure extends ThriftStructCodec3[DelegationFailure] with Serializable

    Permalink
  22. object DtabFailure extends ThriftStructCodec3[DtabFailure] with Serializable

    Permalink
  23. object DtabRef extends ThriftStructCodec3[DtabRef] with Serializable

    Permalink
  24. object DtabReq extends ThriftStructCodec3[DtabReq] with Serializable

    Permalink
  25. object NameRef extends ThriftStructCodec3[NameRef] with Serializable

    Permalink
  26. object Namer

    Permalink
  27. object Transformation extends ThriftStructCodec3[Transformation] with Serializable

    Permalink
  28. object TransportAddress extends ThriftStructCodec3[TransportAddress] with Serializable

    Permalink
  29. object Void extends ThriftStructCodec3[Void] with Serializable

    Permalink
  30. object WeightedNodeId extends ThriftStructCodec3[WeightedNodeId] with Serializable

    Permalink

Ungrouped