com.twitter.thrift.descriptors

RawService

final class RawService extends JavaServiceRaw[Annotation, Function, Service, RawService, ServiceMeta] with MutableService

Linear Supertypes
MutableService, Service, TBase[Service, Service._Fields], Serializable, JavaServiceRaw[Annotation, Function, Service, RawService, ServiceMeta], JavaServiceMutable[Annotation, Function, Service, RawService, ServiceMeta], MutableRecord[Service], JavaService[Annotation, Function, Service, RawService, ServiceMeta], Record[Service], Ordered[Service], Comparable[Service], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawService
  2. MutableService
  3. Service
  4. TBase
  5. Serializable
  6. JavaServiceRaw
  7. JavaServiceMutable
  8. MutableRecord
  9. JavaService
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawService()

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. def <(that: Service): Boolean

    Definition Classes
    Service → Ordered
  5. def <=(that: Service): Boolean

    Definition Classes
    Service → Ordered
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def >(that: Service): Boolean

    Definition Classes
    Service → Ordered
  9. def >=(that: Service): Boolean

    Definition Classes
    Service → Ordered
  10. def __annotations(): Seq[Annotation]

    Definition Classes
    RawService → JavaService
  11. def __annotations_=(x: Seq[Annotation]): Unit

    Definition Classes
    RawServiceMutableService
  12. def annotationsIsSet(): Boolean

    Definition Classes
    RawService → JavaService
  13. def annotationsOption(): Option[Seq[Annotation]]

    Definition Classes
    RawService → JavaService
  14. def annotationsOrDefault(): Seq[Annotation]

    Definition Classes
    RawService → JavaService
  15. def annotationsOrNull(): Seq[Annotation]

    Definition Classes
    RawService → JavaService
  16. def annotationsOrThrow(): Seq[Annotation]

    Definition Classes
    RawService → JavaService
  17. def annotationsUnset(): Unit

    Definition Classes
    RawServiceMutableService
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clear(): Unit

    Definition Classes
    RawService → TBase
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def compare(that: Service): Int

    Definition Classes
    Service → Ordered
  22. def compareTo(that: Service): Int

    Definition Classes
    Service → Ordered → Comparable
  23. def copy(name: String = nameOrNull, extendz: String = extendzOrNull, functions: Seq[Function] = functionsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): RawService

    Definition Classes
    RawServiceMutableServiceService
  24. def deepCopy(): RawService

    Definition Classes
    RawServiceService → TBase
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(that: Service): Boolean

  27. def equals(that: Any): Boolean

    Definition Classes
    RawService → AnyRef → Any
  28. def extendzIsSet(): Boolean

    Definition Classes
    RawService → JavaService
  29. def extendzOption(): Option[String]

    Definition Classes
    RawService → JavaService
  30. def extendzOrNull(): String

    Definition Classes
    RawService → JavaService
  31. def extendzOrThrow(): String

    Definition Classes
    RawService → JavaService
  32. def extendzUnset(): Unit

    Definition Classes
    RawServiceMutableService
  33. def extendz_=(x: String): Unit

    Definition Classes
    RawServiceMutableService
  34. def fieldForId(id: Int): Service._Fields

    Definition Classes
    RawService → TBase
  35. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def functions(): Seq[Function]

    Definition Classes
    RawService → JavaService
  37. def functionsIsSet(): Boolean

    Definition Classes
    RawService → JavaService
  38. def functionsOption(): Option[Seq[Function]]

    Definition Classes
    RawService → JavaService
  39. def functionsOrDefault(): Seq[Function]

    Definition Classes
    RawService → JavaService
  40. def functionsOrNull(): Seq[Function]

    Definition Classes
    RawService → JavaService
  41. def functionsOrThrow(): Seq[Function]

    Definition Classes
    RawService → JavaService
  42. def functionsUnset(): Unit

    Definition Classes
    RawServiceMutableService
  43. def functions_=(x: Seq[Function]): Unit

    Definition Classes
    RawServiceMutableService
  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. def getFieldValue(field: Service._Fields): AnyRef

    Definition Classes
    RawService → TBase
  46. def getSetFields: Seq[Any]

  47. def hashCode(): Int

    Definition Classes
    RawService → AnyRef → Any
  48. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  49. def isSet(field: Service._Fields): Boolean

    Definition Classes
    RawService → TBase
  50. def merge(that: Service): Unit

    Definition Classes
    RawServiceMutableService → MutableRecord
  51. def mergeCopy(that: Service): Service

    Definition Classes
    RawServiceService → Record
  52. def meta: ServiceMeta

    Definition Classes
    RawServiceService → Record → UntypedRecord
  53. def mutable: MutableService

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableServiceService
  54. def mutableCopy(): MutableService

    Definition Classes
    Service
  55. def name(): String

    Definition Classes
    RawService → JavaService
  56. def nameIsSet(): Boolean

    Definition Classes
    RawService → JavaService
  57. def nameOption(): Option[String]

    Definition Classes
    RawService → JavaService
  58. def nameOrNull(): String

    Definition Classes
    RawService → JavaService
  59. def nameOrThrow(): String

    Definition Classes
    RawService → JavaService
  60. def nameUnset(): Unit

    Definition Classes
    RawServiceMutableService
  61. def name_=(x: String): Unit

    Definition Classes
    RawServiceMutableService
  62. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. final def notify(): Unit

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

    Definition Classes
    AnyRef
  65. def read(iprot: TProtocol): Unit

    Definition Classes
    RawService → TBase → UntypedRecord
  66. def setFieldValue(field: Service._Fields, value: AnyRef): Unit

    Definition Classes
    RawService → TBase
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. def toBuilder(): AllSpecified

    Definition Classes
    Service
  69. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. def write(oprot: TProtocol): Unit

    Definition Classes
    RawServiceService → TBase → UntypedRecord

Inherited from MutableService

Inherited from Service

Inherited from TBase[Service, Service._Fields]

Inherited from Serializable

Inherited from JavaServiceRaw[Annotation, Function, Service, RawService, ServiceMeta]

Inherited from JavaServiceMutable[Annotation, Function, Service, RawService, ServiceMeta]

Inherited from MutableRecord[Service]

Inherited from JavaService[Annotation, Function, Service, RawService, ServiceMeta]

Inherited from Record[Service]

Inherited from Ordered[Service]

Inherited from Comparable[Service]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped