com.twitter.thrift.descriptors

MutableServiceProxy

trait MutableServiceProxy extends MutableService with ServiceProxy

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

Type Members

  1. type MetaT = Service.type

    Definition Classes
    Service → Record

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

    Definition Classes
    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
    Ordered
  9. def >=(that: Service): Boolean

    Definition Classes
    Ordered
  10. def __annotations: Seq[Annotation]

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

    Definition Classes
    MutableServiceProxyMutableService
  12. def annotationsIsSet: Boolean

    Definition Classes
    ServiceProxyService
  13. def annotationsOption: Option[Seq[Annotation]]

    Definition Classes
    ServiceProxyService
  14. def annotationsOrDefault: Seq[Annotation]

    Definition Classes
    ServiceProxyService
  15. def annotationsOrNull: Seq[Annotation]

    Definition Classes
    ServiceProxyService
  16. def annotationsOrThrow: Seq[Annotation]

    Definition Classes
    ServiceProxyService
  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
    Ordered → Comparable
  23. def copy(name: String = nameOrNull, extendz: String = extendzOrNull, functions: Seq[Function] = functionsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Mutable

  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
    ServiceProxyService
  28. def extendzOption: Option[String]

    Definition Classes
    ServiceProxyService
  29. def extendzOrNull: String

    Definition Classes
    ServiceProxyService
  30. def extendzOrThrow: String

    Definition Classes
    ServiceProxyService
  31. def extendzUnset(): Unit

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

    Definition Classes
    MutableServiceProxyMutableService
  33. def fieldForId(id: Int): _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
    ServiceProxyService
  36. def functionsIsSet: Boolean

    Definition Classes
    ServiceProxyService
  37. def functionsOption: Option[Seq[Function]]

    Definition Classes
    ServiceProxyService
  38. def functionsOrDefault: Seq[Function]

    Definition Classes
    ServiceProxyService
  39. def functionsOrNull: Seq[Function]

    Definition Classes
    ServiceProxyService
  40. def functionsOrThrow: Seq[Function]

    Definition Classes
    ServiceProxyService
  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: _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: _Fields): Boolean

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

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

    Definition Classes
    ServiceProxyService
  50. def meta: Service.type

    Definition Classes
    ServiceProxy → Record → UntypedRecord
  51. def mutable: Mutable

    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(): Mutable

    Definition Classes
    ServiceProxyService
  53. def name: String

    Definition Classes
    ServiceProxyService
  54. def nameIsSet: Boolean

    Definition Classes
    ServiceProxyService
  55. def nameOption: Option[String]

    Definition Classes
    ServiceProxyService
  56. def nameOrNull: String

    Definition Classes
    ServiceProxyService
  57. def nameOrThrow: String

    Definition Classes
    ServiceProxyService
  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: _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 Service

Inherited from TBase[Service, _Fields]

Inherited from Serializable

Inherited from Ordered[Service]

Inherited from Comparable[Service]

Inherited from Record[Service]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped