com.twitter.thrift.descriptors

ServiceProxy

trait ServiceProxy extends Service

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

Abstract Value Members

  1. abstract def underlying: Service

    Attributes
    protected

Concrete 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
    ServiceProxy → JavaService
  11. def annotationsIsSet(): Boolean

    Definition Classes
    ServiceProxy → JavaService
  12. def annotationsOption(): Option[Seq[Annotation]]

    Definition Classes
    ServiceProxy → JavaService
  13. def annotationsOrDefault(): Seq[Annotation]

    Definition Classes
    ServiceProxy → JavaService
  14. def annotationsOrNull(): Seq[Annotation]

    Definition Classes
    ServiceProxy → JavaService
  15. def annotationsOrThrow(): Seq[Annotation]

    Definition Classes
    ServiceProxy → JavaService
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clear(): Unit

    Definition Classes
    ServiceProxy → TBase
  18. def clone(): AnyRef

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

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

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

    Definition Classes
    ServiceProxyService
  22. def deepCopy(): Service

    Definition Classes
    ServiceProxyService → TBase
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    ServiceProxy → AnyRef → Any
  25. def extendzIsSet(): Boolean

    Definition Classes
    ServiceProxy → JavaService
  26. def extendzOption(): Option[String]

    Definition Classes
    ServiceProxy → JavaService
  27. def extendzOrNull(): String

    Definition Classes
    ServiceProxy → JavaService
  28. def extendzOrThrow(): String

    Definition Classes
    ServiceProxy → JavaService
  29. def fieldForId(id: Int): Service._Fields

    Definition Classes
    ServiceProxy → TBase
  30. def finalize(): Unit

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

    Definition Classes
    ServiceProxy → JavaService
  32. def functionsIsSet(): Boolean

    Definition Classes
    ServiceProxy → JavaService
  33. def functionsOption(): Option[Seq[Function]]

    Definition Classes
    ServiceProxy → JavaService
  34. def functionsOrDefault(): Seq[Function]

    Definition Classes
    ServiceProxy → JavaService
  35. def functionsOrNull(): Seq[Function]

    Definition Classes
    ServiceProxy → JavaService
  36. def functionsOrThrow(): Seq[Function]

    Definition Classes
    ServiceProxy → JavaService
  37. final def getClass(): Class[_]

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

    Definition Classes
    ServiceProxy → TBase
  39. def hashCode(): Int

    Definition Classes
    ServiceProxy → AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    ServiceProxy → TBase
  42. def mergeCopy(that: Service): Service

    Definition Classes
    ServiceProxyService → Record
  43. def meta: ServiceMeta

    Definition Classes
    ServiceProxyService → Record → UntypedRecord
  44. 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
    ServiceProxyService
  45. def mutableCopy(): MutableService

    Definition Classes
    ServiceProxyService
  46. def name(): String

    Definition Classes
    ServiceProxy → JavaService
  47. def nameIsSet(): Boolean

    Definition Classes
    ServiceProxy → JavaService
  48. def nameOption(): Option[String]

    Definition Classes
    ServiceProxy → JavaService
  49. def nameOrNull(): String

    Definition Classes
    ServiceProxy → JavaService
  50. def nameOrThrow(): String

    Definition Classes
    ServiceProxy → JavaService
  51. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  57. def toBuilder(): AllSpecified

    Definition Classes
    Service
  58. def toString(): String

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

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

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

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

    Definition Classes
    ServiceProxyService → TBase → UntypedRecord

Inherited from Service

Inherited from TBase[Service, Service._Fields]

Inherited from Serializable

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