Class

io.fsq.twofishes.model.gen

RawThriftRevGeoIndex

Related Doc: package gen

Permalink

final class RawThriftRevGeoIndex extends Record[ThriftRevGeoIndex] with MutableRecord[ThriftRevGeoIndex] with ThriftRevGeoIndex

Linear Supertypes
ThriftRevGeoIndex, TBase[ThriftRevGeoIndex, ThriftRevGeoIndex._Fields], Serializable, HasPrimaryKey[ThriftObjectId, ThriftRevGeoIndex], SemitypedHasPrimaryKey[ThriftObjectId], MutableRecord[ThriftRevGeoIndex], Record[ThriftRevGeoIndex], Ordered[ThriftRevGeoIndex], Comparable[ThriftRevGeoIndex], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawThriftRevGeoIndex
  2. ThriftRevGeoIndex
  3. TBase
  4. Serializable
  5. HasPrimaryKey
  6. SemitypedHasPrimaryKey
  7. MutableRecord
  8. Record
  9. Ordered
  10. Comparable
  11. UntypedRecord
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawThriftRevGeoIndex()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: ThriftRevGeoIndex): Boolean

    Permalink
    Definition Classes
    ThriftRevGeoIndex → Ordered
  4. def <=(that: ThriftRevGeoIndex): Boolean

    Permalink
    Definition Classes
    ThriftRevGeoIndex → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: ThriftRevGeoIndex): Boolean

    Permalink
    Definition Classes
    ThriftRevGeoIndex → Ordered
  7. def >=(that: ThriftRevGeoIndex): Boolean

    Permalink
    Definition Classes
    ThriftRevGeoIndex → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def cellId: Long

    Permalink
  10. def cellIdIsSet: Boolean

    Permalink
  11. def cellIdOption: Option[Long]

    Permalink
  12. def cellIdOrDefault: Long

    Permalink
  13. def cellIdOrNull: Long

    Permalink
  14. def cellIdOrThrow: Long

    Permalink
  15. def cellIdUnset(): Unit

    Permalink
  16. def cellId_=(x: Long): Unit

    Permalink
  17. def clear(): Unit

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → TBase
  18. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ThriftRevGeoIndex → Ordered
  20. def compareTo(that: ThriftRevGeoIndex): Int

    Permalink
    Definition Classes
    ThriftRevGeoIndex → Ordered → Comparable
  21. def copy(id: ObjectId = idOrNull, cellId: Long = cellIdOrNull, polyId: ObjectId = polyIdOrNull, full: Boolean = fullOrNull, geom: ByteBuffer = geomOrNull, point: Seq[Double] = pointOrNull): RawThriftRevGeoIndex

    Permalink
  22. def deepCopy(): RawThriftRevGeoIndex

    Permalink
    Definition Classes
    RawThriftRevGeoIndexThriftRevGeoIndex → TBase
  23. def deepMergeCopy(that: ThriftRevGeoIndex): ThriftRevGeoIndex

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(that: ThriftRevGeoIndex): Boolean

    Permalink
  26. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → AnyRef → Any
  27. def fieldForId(id: Int): ThriftRevGeoIndex._Fields

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → TBase
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def full: Boolean

    Permalink
  30. def fullIsSet: Boolean

    Permalink
  31. def fullOption: Option[Boolean]

    Permalink
  32. def fullOrDefault: Boolean

    Permalink
  33. def fullOrNull: Boolean

    Permalink
  34. def fullOrThrow: Boolean

    Permalink
  35. def fullUnset(): Unit

    Permalink
  36. def full_=(x: Boolean): Unit

    Permalink
  37. def geomByteArray: Array[Byte]

    Permalink
  38. def geomByteArrayOption: Option[Array[Byte]]

    Permalink
  39. def geomByteArray_=(x: Array[Byte]): Unit

    Permalink
  40. def geomIsSet: Boolean

    Permalink
  41. def geomOption: Option[ByteBuffer]

    Permalink
  42. def geomOrNull: ByteBuffer

    Permalink
  43. def geomOrThrow: ByteBuffer

    Permalink
  44. def geomUnset(): Unit

    Permalink
  45. def geom_=(x: ByteBuffer): Unit

    Permalink
  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  47. def getFieldValue(field: ThriftRevGeoIndex._Fields): AnyRef

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → TBase
  48. def getSetFields: Seq[Any]

    Permalink
  49. def hashCode(): Int

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → AnyRef → Any
  50. def id: ThriftObjectId

    Permalink
  51. def idIsSet: Boolean

    Permalink
  52. def idOption: Option[ThriftObjectId]

    Permalink
  53. def idOrNull: ThriftObjectId

    Permalink
  54. def idOrThrow: ThriftObjectId

    Permalink
  55. def idUnset(): Unit

    Permalink
  56. def id_=(x: ThriftObjectId): Unit

    Permalink
  57. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  58. def isSet(field: ThriftRevGeoIndex._Fields): Boolean

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → TBase
  59. def merge(that: ThriftRevGeoIndex): Unit

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → MutableRecord
  60. def mergeCopy(that: ThriftRevGeoIndex): ThriftRevGeoIndex

    Permalink
    Definition Classes
    RawThriftRevGeoIndexThriftRevGeoIndex → Record
  61. def meta: ThriftRevGeoIndexMeta

    Permalink
    Definition Classes
    RawThriftRevGeoIndexThriftRevGeoIndex → Record → UntypedRecord
  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  65. def point: Seq[Double]

    Permalink
  66. def pointIsSet: Boolean

    Permalink
  67. def pointOption: Option[Seq[Double]]

    Permalink
  68. def pointOrDefault: Seq[Double]

    Permalink
  69. def pointOrNull: Seq[Double]

    Permalink
  70. def pointOrThrow: Seq[Double]

    Permalink
  71. def pointUnset(): Unit

    Permalink
  72. def point_=(x: Seq[Double]): Unit

    Permalink
  73. def polyIdIsSet: Boolean

    Permalink
  74. def polyIdOption: Option[ThriftObjectId]

    Permalink
  75. def polyIdOrNull: ThriftObjectId

    Permalink
  76. def polyIdOrThrow: ThriftObjectId

    Permalink
  77. def polyIdUnset(): Unit

    Permalink
  78. def polyId_=(x: ThriftObjectId): Unit

    Permalink
  79. def primaryKey: ThriftObjectId

    Permalink
    Definition Classes
    ThriftRevGeoIndex → SemitypedHasPrimaryKey
  80. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → TBase → UntypedRecord
  81. def setFieldValue(field: ThriftRevGeoIndex._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → TBase
  82. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  83. def toBuilder(): AllSpecified

    Permalink
    Definition Classes
    ThriftRevGeoIndex
  84. def toString(): String

    Permalink
    Definition Classes
    RawThriftRevGeoIndex → AnyRef → Any
  85. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    RawThriftRevGeoIndexThriftRevGeoIndex → TBase → UntypedRecord

Inherited from ThriftRevGeoIndex

Inherited from Serializable

Inherited from HasPrimaryKey[ThriftObjectId, ThriftRevGeoIndex]

Inherited from SemitypedHasPrimaryKey[ThriftObjectId]

Inherited from MutableRecord[ThriftRevGeoIndex]

Inherited from Record[ThriftRevGeoIndex]

Inherited from Ordered[ThriftRevGeoIndex]

Inherited from Comparable[ThriftRevGeoIndex]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped