com.twitter.thrift.descriptors

RawMapType

final class RawMapType extends MutableMapType

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

Instance Constructors

  1. new RawMapType()

Type Members

  1. type MetaT = MapType.type

    Definition Classes
    MapType → Record

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

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

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

    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clear(): Unit

    Definition Classes
    RawMapType → TBase
  12. def clone(): AnyRef

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

    Definition Classes
    MapType → Ordered
  14. def compareTo(that: MapType): Int

    Definition Classes
    Ordered → Comparable
  15. def copy(keyTypeId: String = keyTypeIdOrNull, valueTypeId: String = valueTypeIdOrNull): Raw

    Definition Classes
    RawMapTypeMutableMapTypeMapType
  16. def deepCopy(): Raw

    Definition Classes
    RawMapTypeMapType → TBase
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(that: MapType): Boolean

  19. def equals(that: Any): Boolean

    Definition Classes
    RawMapType → AnyRef → Any
  20. def fieldForId(id: Int): _Fields

    Definition Classes
    RawMapType → TBase
  21. def finalize(): Unit

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

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

    Definition Classes
    RawMapType → TBase
  24. def getSetFields: Seq[Any]

  25. def hashCode(): Int

    Definition Classes
    RawMapType → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    RawMapType → TBase
  28. def keyTypeId: String

    Definition Classes
    RawMapTypeMapType
  29. def keyTypeIdIsSet: Boolean

    Definition Classes
    RawMapTypeMapType
  30. def keyTypeIdOption: Option[String]

    Definition Classes
    RawMapTypeMapType
  31. def keyTypeIdOrNull: String

    Definition Classes
    RawMapTypeMapType
  32. def keyTypeIdOrThrow: String

    Definition Classes
    RawMapTypeMapType
  33. def keyTypeIdUnset(): Unit

    Definition Classes
    RawMapTypeMutableMapType
  34. def keyTypeId_=(x: String): Unit

    Definition Classes
    RawMapTypeMutableMapType
  35. def merge(that: MapType): Unit

    Definition Classes
    RawMapTypeMutableMapType
  36. def mergeCopy(that: MapType): MapType

    Definition Classes
    RawMapTypeMapType
  37. def meta: MapType.type

    Definition Classes
    RawMapType → Record → UntypedRecord
  38. 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
    MutableMapTypeMapType
  39. def mutableCopy(): Mutable

    Definition Classes
    MapType
  40. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  46. def toBuilder(): AllSpecified

    Definition Classes
    MapType
  47. def toString(): String

    Definition Classes
    RawMapType → AnyRef → Any
  48. def validate(): Boolean

  49. def valueTypeId: String

    Definition Classes
    RawMapTypeMapType
  50. def valueTypeIdIsSet: Boolean

    Definition Classes
    RawMapTypeMapType
  51. def valueTypeIdOption: Option[String]

    Definition Classes
    RawMapTypeMapType
  52. def valueTypeIdOrNull: String

    Definition Classes
    RawMapTypeMapType
  53. def valueTypeIdOrThrow: String

    Definition Classes
    RawMapTypeMapType
  54. def valueTypeIdUnset(): Unit

    Definition Classes
    RawMapTypeMutableMapType
  55. def valueTypeId_=(x: String): Unit

    Definition Classes
    RawMapTypeMutableMapType
  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
    RawMapTypeMapType → TBase → UntypedRecord

Inherited from MutableMapType

Inherited from MapType

Inherited from TBase[MapType, _Fields]

Inherited from Serializable

Inherited from Ordered[MapType]

Inherited from Comparable[MapType]

Inherited from Record[MapType]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped