com.twitter.thrift.descriptors

MutableStructProxy

trait MutableStructProxy extends MutableStruct with StructProxy

Linear Supertypes
StructProxy, MutableStruct, Struct, TBase[Struct, _Fields], Serializable, Ordered[Struct], Comparable[Struct], Record[Struct], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MutableStructProxy
  2. StructProxy
  3. MutableStruct
  4. Struct
  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 = Struct.type

    Definition Classes
    Struct → Record

Abstract Value Members

  1. abstract def underlying: MutableStruct

    Attributes
    protected
    Definition Classes
    MutableStructProxyStructProxy

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: Struct): Boolean

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

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

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

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

    Definition Classes
    MutableStructProxyMutableStruct
  12. def __fields: Seq[Field]

    Definition Classes
    StructProxyStruct
  13. def __fields_=(x: Seq[Field]): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  14. def annotationsIsSet: Boolean

    Definition Classes
    StructProxyStruct
  15. def annotationsOption: Option[Seq[Annotation]]

    Definition Classes
    StructProxyStruct
  16. def annotationsOrDefault: Seq[Annotation]

    Definition Classes
    StructProxyStruct
  17. def annotationsOrNull: Seq[Annotation]

    Definition Classes
    StructProxyStruct
  18. def annotationsOrThrow: Seq[Annotation]

    Definition Classes
    StructProxyStruct
  19. def annotationsUnset(): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clear(): Unit

    Definition Classes
    StructProxy → TBase
  22. def clone(): AnyRef

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

    Definition Classes
    StructProxyStruct → Ordered
  24. def compareTo(that: Struct): Int

    Definition Classes
    Ordered → Comparable
  25. def copy(name: String = nameOrNull, __fields: Seq[Field] = fieldsOrNull, __annotations: Seq[Annotation] = annotationsOrNull): Mutable

    Definition Classes
    MutableStructProxyStructProxyMutableStructStruct
  26. def deepCopy(): Struct

    Definition Classes
    StructProxyStruct → TBase
  27. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    StructProxy → AnyRef → Any
  29. def fieldForId(id: Int): _Fields

    Definition Classes
    StructProxy → TBase
  30. def fieldsIsSet: Boolean

    Definition Classes
    StructProxyStruct
  31. def fieldsOption: Option[Seq[Field]]

    Definition Classes
    StructProxyStruct
  32. def fieldsOrDefault: Seq[Field]

    Definition Classes
    StructProxyStruct
  33. def fieldsOrNull: Seq[Field]

    Definition Classes
    StructProxyStruct
  34. def fieldsOrThrow: Seq[Field]

    Definition Classes
    StructProxyStruct
  35. def fieldsUnset(): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    StructProxy → TBase
  42. def merge(that: Struct): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  43. def mergeCopy(that: Struct): Struct

    Definition Classes
    StructProxyStruct
  44. def meta: Struct.type

    Definition Classes
    StructProxy → Record → UntypedRecord
  45. 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
    StructProxyStruct
  46. def mutableCopy(): Mutable

    Definition Classes
    StructProxyStruct
  47. def name: String

    Definition Classes
    StructProxyStruct
  48. def nameIsSet: Boolean

    Definition Classes
    StructProxyStruct
  49. def nameOption: Option[String]

    Definition Classes
    StructProxyStruct
  50. def nameOrNull: String

    Definition Classes
    StructProxyStruct
  51. def nameOrThrow: String

    Definition Classes
    StructProxyStruct
  52. def nameUnset(): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  53. def name_=(x: String): Unit

    Definition Classes
    MutableStructProxyMutableStruct
  54. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    StructProxy → TBase → UntypedRecord
  58. def setFieldValue(field: _Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  60. def toBuilder(): AllSpecified

    Definition Classes
    Struct
  61. def toString(): String

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

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

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

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

    Definition Classes
    StructProxyStruct → TBase → UntypedRecord

Inherited from StructProxy

Inherited from MutableStruct

Inherited from Struct

Inherited from TBase[Struct, _Fields]

Inherited from Serializable

Inherited from Ordered[Struct]

Inherited from Comparable[Struct]

Inherited from Record[Struct]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped