com.twitter.thrift.descriptors

RawContainerType

final class RawContainerType extends JavaContainerTypeRaw[Annotation, SimpleContainerType, ContainerType, RawContainerType, ContainerTypeMeta] with MutableContainerType

Linear Supertypes
MutableContainerType, ContainerType, TBase[ContainerType, ContainerType._Fields], Serializable, JavaContainerTypeRaw[Annotation, SimpleContainerType, ContainerType, RawContainerType, ContainerTypeMeta], JavaContainerTypeMutable[Annotation, SimpleContainerType, ContainerType, RawContainerType, ContainerTypeMeta], MutableRecord[ContainerType], JavaContainerType[Annotation, SimpleContainerType, ContainerType, RawContainerType, ContainerTypeMeta], Record[ContainerType], Ordered[ContainerType], Comparable[ContainerType], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawContainerType
  2. MutableContainerType
  3. ContainerType
  4. TBase
  5. Serializable
  6. JavaContainerTypeRaw
  7. JavaContainerTypeMutable
  8. MutableRecord
  9. JavaContainerType
  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 RawContainerType()

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

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

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

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

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

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

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

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

    Definition Classes
    RawContainerTypeMutableContainerType
  12. def annotationsIsSet(): Boolean

    Definition Classes
    RawContainerType → JavaContainerType
  13. def annotationsOption(): Option[Seq[Annotation]]

    Definition Classes
    RawContainerType → JavaContainerType
  14. def annotationsOrDefault(): Seq[Annotation]

    Definition Classes
    RawContainerType → JavaContainerType
  15. def annotationsOrNull(): Seq[Annotation]

    Definition Classes
    RawContainerType → JavaContainerType
  16. def annotationsOrThrow(): Seq[Annotation]

    Definition Classes
    RawContainerType → JavaContainerType
  17. def annotationsUnset(): Unit

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

    Definition Classes
    Any
  19. def clear(): Unit

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

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

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

    Definition Classes
    ContainerType → Ordered → Comparable
  23. def copy(simpleContainerType: SimpleContainerType = simpleContainerTypeOrNull, __annotations: Seq[Annotation] = annotationsOrNull): RawContainerType

  24. def deepCopy(): RawContainerType

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

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

  27. def equals(that: Any): Boolean

    Definition Classes
    RawContainerType → AnyRef → Any
  28. def fieldForId(id: Int): ContainerType._Fields

    Definition Classes
    RawContainerType → TBase
  29. def finalize(): Unit

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

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

    Definition Classes
    RawContainerType → TBase
  32. def getSetFields: Seq[Any]

  33. def hashCode(): Int

    Definition Classes
    RawContainerType → AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    RawContainerType → TBase
  36. def merge(that: ContainerType): Unit

    Definition Classes
    RawContainerTypeMutableContainerType → MutableRecord
  37. def mergeCopy(that: ContainerType): ContainerType

    Definition Classes
    RawContainerTypeContainerType → Record
  38. def meta: ContainerTypeMeta

    Definition Classes
    RawContainerTypeContainerType → Record → UntypedRecord
  39. def mutable: MutableContainerType

    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
    MutableContainerTypeContainerType
  40. def mutableCopy(): MutableContainerType

    Definition Classes
    ContainerType
  41. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    RawContainerType → TBase → UntypedRecord
  45. def setFieldValue(field: ContainerType._Fields, value: AnyRef): Unit

    Definition Classes
    RawContainerType → TBase
  46. def simpleContainerType(): SimpleContainerType

    Definition Classes
    RawContainerType → JavaContainerType
  47. def simpleContainerTypeIsSet(): Boolean

    Definition Classes
    RawContainerType → JavaContainerType
  48. def simpleContainerTypeOption(): Option[SimpleContainerType]

    Definition Classes
    RawContainerType → JavaContainerType
  49. def simpleContainerTypeOrNull(): SimpleContainerType

    Definition Classes
    RawContainerType → JavaContainerType
  50. def simpleContainerTypeOrThrow(): SimpleContainerType

    Definition Classes
    RawContainerType → JavaContainerType
  51. def simpleContainerTypeUnset(): Unit

    Definition Classes
    RawContainerTypeMutableContainerType
  52. def simpleContainerType_=(x: SimpleContainerType): Unit

    Definition Classes
    RawContainerTypeMutableContainerType
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. def toBuilder(): AllSpecified

    Definition Classes
    ContainerType
  55. def toString(): String

    Definition Classes
    RawContainerType → AnyRef → Any
  56. final def wait(): Unit

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

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

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

    Definition Classes
    RawContainerTypeContainerType → TBase → UntypedRecord

Inherited from MutableContainerType

Inherited from ContainerType

Inherited from TBase[ContainerType, ContainerType._Fields]

Inherited from Serializable

Inherited from JavaContainerTypeMutable[Annotation, SimpleContainerType, ContainerType, RawContainerType, ContainerTypeMeta]

Inherited from MutableRecord[ContainerType]

Inherited from Record[ContainerType]

Inherited from Ordered[ContainerType]

Inherited from Comparable[ContainerType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped