com.foursquare.spindle.test.gen

TestStructCollectionsMeta

class TestStructCollectionsMeta extends JavaTestStructCollectionsMeta[TestStructCollections, RawTestStructCollections, TestStructCollectionsMeta] with RecordProvider[TestStructCollections]

Linear Supertypes
RecordProvider[TestStructCollections], JavaTestStructCollectionsMeta[TestStructCollections, RawTestStructCollections, TestStructCollectionsMeta], MetaRecord[TestStructCollections, TestStructCollectionsMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestStructCollectionsMeta
  2. RecordProvider
  3. JavaTestStructCollectionsMeta
  4. MetaRecord
  5. UntypedMetaRecord
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestStructCollectionsMeta()

Type Members

  1. 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. val LISTBINARY_FDESC: TField

  7. val LISTBOOL_FDESC: TField

  8. val LISTBYTE_FDESC: TField

  9. val LISTDOUBLE_FDESC: TField

  10. val LISTI16_FDESC: TField

  11. val LISTI32_FDESC: TField

  12. val LISTI64_FDESC: TField

  13. val LISTSTRING_FDESC: TField

  14. val LISTSTRUCT_FDESC: TField

  15. val MAPBINARY_FDESC: TField

  16. val MAPBOOL_FDESC: TField

  17. val MAPBYTE_FDESC: TField

  18. val MAPDOUBLE_FDESC: TField

  19. val MAPI16_FDESC: TField

  20. val MAPI32_FDESC: TField

  21. val MAPI64_FDESC: TField

  22. val MAPSTRING_FDESC: TField

  23. val MAPSTRUCT_FDESC: TField

  24. val SETBINARY_FDESC: TField

  25. val SETBOOL_FDESC: TField

  26. val SETBYTE_FDESC: TField

  27. val SETDOUBLE_FDESC: TField

  28. val SETI16_FDESC: TField

  29. val SETI32_FDESC: TField

  30. val SETI64_FDESC: TField

  31. val SETSTRING_FDESC: TField

  32. val SETSTRUCT_FDESC: TField

  33. val TESTSTRUCTCOLLECTIONS_SDESC: TStruct

  34. val UNKNOWN_FIELD: TField

  35. object _Fields

  36. val annotations: Annotations

    Definition Classes
    TestStructCollectionsMeta → UntypedMetaRecord
  37. def apply(listBool: Seq[Boolean], listByte: Seq[Byte], listI16: Seq[Short], listI32: Seq[Int], listI64: Seq[Long], listDouble: Seq[Double], listString: Seq[String], listBinary: Seq[ByteBuffer], listStruct: Seq[InnerStruct], setBool: Set[Boolean], setByte: Set[Byte], setI16: Set[Short], setI32: Set[Int], setI64: Set[Long], setDouble: Set[Double], setString: Set[String], setBinary: Set[ByteBuffer], setStruct: Set[InnerStruct], mapBool: Map[String, Boolean], mapByte: Map[String, Byte], mapI16: Map[String, Short], mapI32: Map[String, Int], mapI64: Map[String, Long], mapDouble: Map[String, Double], mapString: Map[String, String], mapBinary: Map[String, ByteBuffer], mapStruct: Map[String, InnerStruct]): TestStructCollections

  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def createRawRecord: RawTestStructCollections

    Definition Classes
    TestStructCollectionsMeta → MetaRecord
  41. def createRecord: TestStructCollections

    Definition Classes
    TestStructCollectionsMeta → RecordProvider → MetaRecord
  42. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    TestStructCollectionsMeta → UntypedMetaRecord
  43. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  45. val fields: Seq[FieldDescriptor[_, TestStructCollections, TestStructCollectionsMeta]]

    Definition Classes
    TestStructCollectionsMeta → MetaRecord
  46. def finalize(): Unit

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

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

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

  50. def ifInstanceFrom(x: AnyRef): Option[TestStructCollections]

    Definition Classes
    TestStructCollectionsMeta → MetaRecord
  51. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  52. val listBinary: OptionalFieldDescriptor[Seq[ByteBuffer], TestStructCollections, TestStructCollectionsMeta]

  53. val listBool: OptionalFieldDescriptor[Seq[Boolean], TestStructCollections, TestStructCollectionsMeta]

  54. val listByte: OptionalFieldDescriptor[Seq[Byte], TestStructCollections, TestStructCollectionsMeta]

  55. val listDouble: OptionalFieldDescriptor[Seq[Double], TestStructCollections, TestStructCollectionsMeta]

  56. val listI16: OptionalFieldDescriptor[Seq[Short], TestStructCollections, TestStructCollectionsMeta]

  57. val listI32: OptionalFieldDescriptor[Seq[Int], TestStructCollections, TestStructCollectionsMeta]

  58. val listI64: OptionalFieldDescriptor[Seq[Long], TestStructCollections, TestStructCollectionsMeta]

  59. val listString: OptionalFieldDescriptor[Seq[String], TestStructCollections, TestStructCollectionsMeta]

  60. val listStruct: OptionalFieldDescriptor[Seq[InnerStruct], TestStructCollections, TestStructCollectionsMeta]

  61. val mapBinary: OptionalFieldDescriptor[Map[String, ByteBuffer], TestStructCollections, TestStructCollectionsMeta]

  62. val mapBool: OptionalFieldDescriptor[Map[String, Boolean], TestStructCollections, TestStructCollectionsMeta]

  63. val mapByte: OptionalFieldDescriptor[Map[String, Byte], TestStructCollections, TestStructCollectionsMeta]

  64. val mapDouble: OptionalFieldDescriptor[Map[String, Double], TestStructCollections, TestStructCollectionsMeta]

  65. val mapI16: OptionalFieldDescriptor[Map[String, Short], TestStructCollections, TestStructCollectionsMeta]

  66. val mapI32: OptionalFieldDescriptor[Map[String, Int], TestStructCollections, TestStructCollectionsMeta]

  67. val mapI64: OptionalFieldDescriptor[Map[String, Long], TestStructCollections, TestStructCollectionsMeta]

  68. val mapString: OptionalFieldDescriptor[Map[String, String], TestStructCollections, TestStructCollectionsMeta]

  69. val mapStruct: OptionalFieldDescriptor[Map[String, InnerStruct], TestStructCollections, TestStructCollectionsMeta]

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

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

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

    Definition Classes
    AnyRef
  73. def recordName: String

    Definition Classes
    TestStructCollectionsMeta → UntypedMetaRecord
  74. val setBinary: OptionalFieldDescriptor[Set[ByteBuffer], TestStructCollections, TestStructCollectionsMeta]

  75. val setBool: OptionalFieldDescriptor[Set[Boolean], TestStructCollections, TestStructCollectionsMeta]

  76. val setByte: OptionalFieldDescriptor[Set[Byte], TestStructCollections, TestStructCollectionsMeta]

  77. val setDouble: OptionalFieldDescriptor[Set[Double], TestStructCollections, TestStructCollectionsMeta]

  78. val setI16: OptionalFieldDescriptor[Set[Short], TestStructCollections, TestStructCollectionsMeta]

  79. val setI32: OptionalFieldDescriptor[Set[Int], TestStructCollections, TestStructCollectionsMeta]

  80. val setI64: OptionalFieldDescriptor[Set[Long], TestStructCollections, TestStructCollectionsMeta]

  81. val setString: OptionalFieldDescriptor[Set[String], TestStructCollections, TestStructCollectionsMeta]

  82. val setStruct: OptionalFieldDescriptor[Set[InnerStruct], TestStructCollections, TestStructCollectionsMeta]

  83. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  84. def toString(): String

    Definition Classes
    AnyRef → Any
  85. def untypedFields: Seq[UntypedFieldDescriptor]

    Definition Classes
    TestStructCollectionsMeta → UntypedMetaRecord
  86. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    TestStructCollectionsMeta → UntypedMetaRecord
  87. final def wait(): Unit

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

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

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

Inherited from RecordProvider[TestStructCollections]

Inherited from JavaTestStructCollectionsMeta[TestStructCollections, RawTestStructCollections, TestStructCollectionsMeta]

Inherited from MetaRecord[TestStructCollections, TestStructCollectionsMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped