com.twitter.thrift.descriptors

MapType

object MapType extends MetaRecord[MapType] with RecordProvider[MapType] with Serializable

Linear Supertypes
Serializable, Serializable, RecordProvider[MapType], MetaRecord[MapType], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MapType
  2. Serializable
  3. Serializable
  4. RecordProvider
  5. MetaRecord
  6. UntypedMetaRecord
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

  2. type Mutable = MutableMapType

    Definition Classes
    MapType → MetaRecord
  3. type Raw = RawMapType

    Definition Classes
    MapType → MetaRecord
  4. type Self = MapType.type

    Definition Classes
    MapType → MetaRecord
  5. type Trait = MapType

    Definition Classes
    MapType → MetaRecord
  6. sealed abstract class _Fields extends TFieldIdEnum

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. object Builder

  7. val KEYTYPEID_DESC: TField

  8. val MAPTYPE_DESC: TStruct

  9. val UNKNOWN_FIELD: TField

  10. val VALUETYPEID_DESC: TField

  11. object _Fields

  12. val annotations: Annotations

    Definition Classes
    MapType → UntypedMetaRecord
  13. def apply(keyTypeId: String, valueTypeId: String): MapType

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit val companionProvider: MapTypeCompanionProvider

  17. def createRawRecord: Raw

    Definition Classes
    MapType → MetaRecord → UntypedMetaRecord
  18. def createRecord: MapType

    Definition Classes
    MapType → RecordProvider
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. val fields: Seq[FieldDescriptor[_, MapType, MapType.type]]

    Definition Classes
    MapType → MetaRecord → UntypedMetaRecord
  22. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

  26. def ifInstanceFrom(x: AnyRef): Option[MapType]

    Definition Classes
    MapType → MetaRecord → UntypedMetaRecord
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val keyTypeId: OptionalFieldDescriptor[String, MapType, MapType.type]

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def newBuilder: AllUnspecified

  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def recordName: String

    Definition Classes
    MapType → MetaRecord → UntypedMetaRecord
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. val valueTypeId: OptionalFieldDescriptor[String, MapType, MapType.type]

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val wireNameToTField: Map[String, TField]

Inherited from Serializable

Inherited from Serializable

Inherited from RecordProvider[MapType]

Inherited from MetaRecord[MapType]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped