com.twitter.thrift.descriptors

Service

object Service extends ServiceMeta with Serializable

Linear Supertypes
Serializable, Serializable, ServiceMeta, RecordProvider[Service], JavaServiceMeta[Service, RawService, ServiceMeta], MetaRecord[Service, ServiceMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Service
  2. Serializable
  3. Serializable
  4. ServiceMeta
  5. RecordProvider
  6. JavaServiceMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. 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. sealed abstract class _Fields extends TFieldIdEnum

    Definition Classes
    ServiceMeta

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_FDESC: TField

    Definition Classes
    ServiceMeta
  7. object Builder

  8. val EXTENDZ_FDESC: TField

    Definition Classes
    ServiceMeta
  9. val FUNCTIONS_FDESC: TField

    Definition Classes
    ServiceMeta
  10. val NAME_FDESC: TField

    Definition Classes
    ServiceMeta
  11. val SERVICE_SDESC: TStruct

    Definition Classes
    ServiceMeta
  12. val UNKNOWN_FIELD: TField

    Definition Classes
    ServiceMeta
  13. object _Fields

    Definition Classes
    ServiceMeta
  14. val __annotations: OptionalFieldDescriptor[Seq[Annotation], Service, ServiceMeta]

    Definition Classes
    ServiceMeta
  15. val annotations: Annotations

    Definition Classes
    ServiceMeta → UntypedMetaRecord
  16. def apply(name: String, extendz: String, functions: Seq[Function], __annotations: Seq[Annotation]): Service

    Definition Classes
    ServiceMeta
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

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

  20. def createRawRecord: RawService

    Definition Classes
    ServiceMeta → MetaRecord
  21. def createRecord: Service

    Definition Classes
    ServiceMeta → RecordProvider → MetaRecord
  22. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    ServiceMeta → UntypedMetaRecord
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  25. val extendz: OptionalFieldDescriptor[String, Service, ServiceMeta]

    Definition Classes
    ServiceMeta
  26. val fields: Seq[FieldDescriptor[_, Service, ServiceMeta]]

    Definition Classes
    ServiceMeta → MetaRecord
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. val functions: OptionalFieldDescriptor[Seq[Function], Service, ServiceMeta]

    Definition Classes
    ServiceMeta
  29. final def getClass(): Class[_]

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

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

    Definition Classes
    ServiceMeta
  32. def ifInstanceFrom(x: AnyRef): Option[Service]

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

    Definition Classes
    Any
  34. val name: OptionalFieldDescriptor[String, Service, ServiceMeta]

    Definition Classes
    ServiceMeta
  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. def recordName: String

    Definition Classes
    ServiceMeta → UntypedMetaRecord
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def untypedFields: Seq[UntypedFieldDescriptor]

    Definition Classes
    ServiceMeta → UntypedMetaRecord
  43. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    ServiceMeta → UntypedMetaRecord
  44. final def wait(): Unit

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

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

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

    Definition Classes
    ServiceMeta

Inherited from Serializable

Inherited from Serializable

Inherited from ServiceMeta

Inherited from RecordProvider[Service]

Inherited from JavaServiceMeta[Service, RawService, ServiceMeta]

Inherited from MetaRecord[Service, ServiceMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped