com.twitter.thrift.descriptors

MutableServiceProxy

trait MutableServiceProxy extends MutableService with ServiceProxy

Linear Supertypes
ServiceProxy, MutableService, JavaServiceMutable[Annotation, Function, Service, RawService, ServiceMeta], MutableRecord[Service], Service, TBase[Service, Service._Fields], Serializable, JavaService[Annotation, Function, Service, RawService, ServiceMeta], Record[Service], Ordered[Service], Comparable[Service], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableServiceProxy
  2. ServiceProxy
  3. MutableService
  4. JavaServiceMutable
  5. MutableRecord
  6. Service
  7. TBase
  8. Serializable
  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

Abstract Value Members

  1. abstract def underlying: MutableService

    Attributes
    protected
    Definition Classes
    MutableServiceProxyServiceProxy

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 __annotations_=(x: Seq[Annotation]): Unit

    Definition Classes
    MutableServiceProxyMutableService
  12. def annotationsIsSet(): Boolean

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

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

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

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

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

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

    Definition Classes
    Any
  19. def clear(): Unit

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

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

    Definition Classes
    ServiceProxyService → 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): MutableService

  24. def deepCopy(): Service

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

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

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

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

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

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

    Definition Classes
    ServiceProxy → JavaService
  31. def extendzUnset(): Unit

    Definition Classes
    MutableServiceProxyMutableService
  32. def extendz_=(x: String): Unit

    Definition Classes
    MutableServiceProxyMutableService
  33. def fieldForId(id: Int): Service._Fields

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

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

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

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

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

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

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

    Definition Classes
    ServiceProxy → JavaService
  41. def functionsUnset(): Unit

    Definition Classes
    MutableServiceProxyMutableService
  42. def functions_=(x: Seq[Function]): Unit

    Definition Classes
    MutableServiceProxyMutableService
  43. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    ServiceProxy → TBase
  48. def merge(that: Service): Unit

    Definition Classes
    MutableServiceProxyMutableService → MutableRecord
  49. def mergeCopy(that: Service): Service

    Definition Classes
    ServiceProxyService → Record
  50. def meta: ServiceMeta

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

    Definition Classes
    ServiceProxyService
  53. def name(): String

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

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

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

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

    Definition Classes
    ServiceProxy → JavaService
  58. def nameUnset(): Unit

    Definition Classes
    MutableServiceProxyMutableService
  59. def name_=(x: String): Unit

    Definition Classes
    MutableServiceProxyMutableService
  60. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  66. def toBuilder(): AllSpecified

    Definition Classes
    Service
  67. def toString(): String

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

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

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

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

    Definition Classes
    ServiceProxyService → TBase → UntypedRecord

Inherited from ServiceProxy

Inherited from MutableService

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

Inherited from MutableRecord[Service]

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