com.twitter.thrift.descriptors

Function

object Function extends MetaRecord[Function] with RecordProvider[Function] with Serializable

Linear Supertypes
Serializable, Serializable, RecordProvider[Function], MetaRecord[Function], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Function
  2. Serializable
  3. Serializable
  4. RecordProvider
  5. MetaRecord
  6. UntypedMetaRecord
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

  2. type Mutable = MutableFunction

    Definition Classes
    Function → MetaRecord
  3. type Raw = RawFunction

    Definition Classes
    Function → MetaRecord
  4. type Self = Function.type

    Definition Classes
    Function → MetaRecord
  5. type Trait = Function

    Definition Classes
    Function → MetaRecord
  6. sealed abstract class _Fields extends TFieldIdEnum

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val ANNOTATIONS_DESC: TField

  7. val ARGZ_DESC: TField

  8. object Builder

  9. val FUNCTION_DESC: TStruct

  10. val NAME_DESC: TField

  11. val ONEWAY_DESC: TField

  12. val RETURNTYPEID_DESC: TField

  13. val THROWZ_DESC: TField

  14. val UNKNOWN_FIELD: TField

  15. object _Fields

  16. val __annotations: OptionalFieldDescriptor[Seq[Annotation], Function, Function.type]

  17. val annotations: Annotations

    Definition Classes
    Function → UntypedMetaRecord
  18. def apply(name: String, returnTypeId: String, oneWay: Boolean, argz: Seq[Field], throwz: Seq[Field], __annotations: Seq[Annotation]): Function

  19. val argz: OptionalFieldDescriptor[Seq[Field], Function, Function.type]

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. implicit val companionProvider: FunctionCompanionProvider

  23. def createRawRecord: Raw

    Definition Classes
    Function → MetaRecord → UntypedMetaRecord
  24. def createRecord: Function

    Definition Classes
    Function → RecordProvider
  25. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  27. val fields: Seq[FieldDescriptor[_, Function, Function.type]]

    Definition Classes
    Function → MetaRecord → UntypedMetaRecord
  28. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  31. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

  32. def ifInstanceFrom(x: AnyRef): Option[Function]

    Definition Classes
    Function → MetaRecord → UntypedMetaRecord
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. val name: OptionalFieldDescriptor[String, Function, Function.type]

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. def newBuilder: AllUnspecified

  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. val oneWay: OptionalFieldDescriptor[Boolean, Function, Function.type]

  40. def recordName: String

    Definition Classes
    Function → MetaRecord → UntypedMetaRecord
  41. val returnTypeId: OptionalFieldDescriptor[String, Function, Function.type]

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

    Definition Classes
    AnyRef
  43. val throwz: OptionalFieldDescriptor[Seq[Field], Function, Function.type]

  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. val wireNameToTField: Map[String, TField]

Inherited from Serializable

Inherited from Serializable

Inherited from RecordProvider[Function]

Inherited from MetaRecord[Function]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped