com.twitter.thrift.descriptors

Service

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

Linear Supertypes
Serializable, Serializable, RecordProvider[Service], MetaRecord[Service], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Service
  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 = MutableService

    Definition Classes
    Service → MetaRecord
  3. type Raw = RawService

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

    Definition Classes
    Service → MetaRecord
  5. type Trait = Service

    Definition Classes
    Service → 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. object Builder

  8. val EXTENDZ_DESC: TField

  9. val FUNCTIONS_DESC: TField

  10. val NAME_DESC: TField

  11. val SERVICE_DESC: TStruct

  12. val UNKNOWN_FIELD: TField

  13. object _Fields

  14. val __annotations: OptionalFieldDescriptor[Seq[Annotation], Service, Service.type]

  15. val annotations: Annotations

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

  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: Raw

    Definition Classes
    Service → MetaRecord → UntypedMetaRecord
  21. def createRecord: Service

    Definition Classes
    Service → RecordProvider
  22. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  24. val extendz: OptionalFieldDescriptor[String, Service, Service.type]

  25. val fields: Seq[FieldDescriptor[_, Service, Service.type]]

    Definition Classes
    Service → MetaRecord → UntypedMetaRecord
  26. def finalize(): Unit

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

  28. final def getClass(): Class[_]

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

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

  31. def ifInstanceFrom(x: AnyRef): Option[Service]

    Definition Classes
    Service → MetaRecord → UntypedMetaRecord
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. val name: OptionalFieldDescriptor[String, Service, Service.type]

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

    Definition Classes
    AnyRef
  35. def newBuilder: AllUnspecified

  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def recordName: String

    Definition Classes
    Service → MetaRecord → UntypedMetaRecord
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from RecordProvider[Service]

Inherited from MetaRecord[Service]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped