Object/Trait

io.buoyant.namerd.iface.thriftscala

BoundNode

Related Docs: trait BoundNode | package thriftscala

Permalink

object BoundNode extends ThriftStructCodec3[BoundNode]

Annotations
@Generated()
Linear Supertypes
ThriftStructCodec3[BoundNode], ThriftStructCodec[BoundNode], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundNode
  2. ThriftStructCodec3
  3. ThriftStructCodec
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Alt(alt: AltAlias = AltDefaultValue) extends BoundNode with Product with Serializable

    Permalink
  2. case class Empty(empty: EmptyAlias) extends BoundNode with Product with Serializable

    Permalink
  3. case class Fail(fail: FailAlias) extends BoundNode with Product with Serializable

    Permalink
  4. case class Leaf(leaf: LeafAlias) extends BoundNode with Product with Serializable

    Permalink
  5. case class Neg(neg: NegAlias) extends BoundNode with Product with Serializable

    Permalink
  6. case class UnknownUnionField extends BoundNode with Product with Serializable

    Permalink
  7. case class Weighted(weighted: WeightedAlias = WeightedDefaultValue) extends BoundNode with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Alt extends (AltAlias) ⇒ Alt with Serializable

    Permalink
  5. val AltField: TField

    Permalink
  6. val AltFieldManifest: Manifest[Alt]

    Permalink
  7. object Empty extends (EmptyAlias) ⇒ Empty with Serializable

    Permalink
  8. val EmptyField: TField

    Permalink
  9. val EmptyFieldManifest: Manifest[Empty]

    Permalink
  10. object Fail extends (FailAlias) ⇒ Fail with Serializable

    Permalink
  11. val FailField: TField

    Permalink
  12. val FailFieldManifest: Manifest[Fail]

    Permalink
  13. object Leaf extends (LeafAlias) ⇒ Leaf with Serializable

    Permalink
  14. val LeafField: TField

    Permalink
  15. val LeafFieldManifest: Manifest[Leaf]

    Permalink
  16. object Neg extends (NegAlias) ⇒ Neg with Serializable

    Permalink
  17. val NegField: TField

    Permalink
  18. val NegFieldManifest: Manifest[Neg]

    Permalink
  19. val Union: TStruct

    Permalink
  20. object Weighted extends (WeightedAlias) ⇒ Weighted with Serializable

    Permalink
  21. val WeightedField: TField

    Permalink
  22. val WeightedFieldManifest: Manifest[Weighted]

    Permalink
  23. def apply(_iprot: TProtocol): BoundNode

    Permalink
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def decode(_iprot: TProtocol): BoundNode

    Permalink
    Definition Classes
    BoundNode → ThriftStructCodec
  27. def encode(_item: BoundNode, _oprot: TProtocol): Unit

    Permalink
    Definition Classes
    BoundNode → ThriftStructCodec
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  30. lazy val fieldInfos: List[ThriftUnionFieldInfo[_ <: BoundNode, _]]

    Permalink

    Field information in declaration order.

  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. lazy val metaData: ThriftStructMetaData[BoundNode]

    Permalink
    Definition Classes
    ThriftStructCodec
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. lazy val structAnnotations: Map[String, String]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withoutPassthroughFields(struct: BoundNode): BoundNode

    Permalink

Inherited from ThriftStructCodec3[BoundNode]

Inherited from ThriftStructCodec[BoundNode]

Inherited from AnyRef

Inherited from Any

Ungrouped