class Source extends TUnion[Source, _Fields]

Autogenerated by Thrift Compiler (0.13.0)

DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

Annotations
@SuppressWarnings() @Generated()
Linear Supertypes
TUnion[Source, _Fields], TBase[Source, _Fields], Serializable, TSerializable, Comparable[Source], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Source
  2. TUnion
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Source(other: Source)
  2. new Source(setField: _Fields, value: AnyRef)
  3. new Source()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkType(setField: _Fields, value: AnyRef): Unit
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  6. final def clear(): Unit
    Definition Classes
    TUnion → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def compareTo(other: Source): Int
    Definition Classes
    Source → Comparable
    Annotations
    @Override()
  9. def deepCopy(): Source
    Definition Classes
    Source → TBase
  10. def enumForId(id: Short): _Fields
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: Source): Boolean
  13. def equals(other: AnyRef): Boolean
    Definition Classes
    Source → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    Source → TBase
    Annotations
    @Nullable()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getEntities(): EntitySource
  17. def getEvents(): EventSource
  18. def getFieldDesc(setField: _Fields): TField
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  19. def getFieldValue(arg0: Int): AnyRef
    Definition Classes
    TUnion
  20. def getFieldValue(arg0: _Fields): AnyRef
    Definition Classes
    TUnion → TBase
  21. def getFieldValue(): AnyRef
    Definition Classes
    TUnion
  22. def getJoinSource(): JoinSource
  23. def getSetField(): _Fields
    Definition Classes
    TUnion
  24. def getStructDesc(): TStruct
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  25. def hashCode(): Int
    Definition Classes
    Source → AnyRef → Any
    Annotations
    @Override()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isSet(arg0: Int): Boolean
    Definition Classes
    TUnion
  28. def isSet(arg0: _Fields): Boolean
    Definition Classes
    TUnion → TBase
  29. def isSet(): Boolean
    Definition Classes
    TUnion
  30. def isSetEntities(): Boolean
  31. def isSetEvents(): Boolean
  32. def isSetJoinSource(): Boolean
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. def read(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws(classOf[org.apache.thrift.TException])
  37. def setEntities(value: EntitySource): Unit
  38. def setEvents(value: EventSource): Unit
  39. def setFieldValue(arg0: Int, arg1: AnyRef): Unit
    Definition Classes
    TUnion
  40. def setFieldValue(arg0: _Fields, arg1: AnyRef): Unit
    Definition Classes
    TUnion → TBase
  41. def setJoinSource(value: JoinSource): Unit
  42. def standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  43. def standardSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    TUnion → AnyRef → Any
  46. def tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  47. def tupleSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[api]
    Definition Classes
    Source → TUnion
    Annotations
    @Override()
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. def write(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws(classOf[org.apache.thrift.TException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from TUnion[Source, _Fields]

Inherited from TBase[Source, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[Source]

Inherited from AnyRef

Inherited from Any

Ungrouped