Trait

io.fsq.twofishes.model.gen

ThriftPolygonIndexProxy

Related Doc: package gen

Permalink

trait ThriftPolygonIndexProxy extends ThriftPolygonIndex

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

Abstract Value Members

  1. abstract def underlying: ThriftPolygonIndex

    Permalink
    Attributes
    protected

Concrete 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: ThriftPolygonIndex): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  9. def clear(): Unit

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → TBase
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ThriftPolygonIndexProxyThriftPolygonIndex → Ordered
  12. def compareTo(that: ThriftPolygonIndex): Int

    Permalink
    Definition Classes
    ThriftPolygonIndex → Ordered → Comparable
  13. def copy(id: ObjectId = idOrNull, polygon: ByteBuffer = polygonOrNull, source: String = sourceOrNull): ThriftPolygonIndex

    Permalink
  14. def deepCopy(): ThriftPolygonIndex

    Permalink
    Definition Classes
    ThriftPolygonIndexProxyThriftPolygonIndex → TBase
  15. def deepMergeCopy(that: ThriftPolygonIndex): ThriftPolygonIndex

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

    Permalink
    Definition Classes
    AnyRef
  17. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → AnyRef → Any
  18. def fieldForId(id: Int): ThriftPolygonIndex._Fields

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → TBase
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getFieldValue(field: ThriftPolygonIndex._Fields): AnyRef

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → TBase
  22. def hashCode(): Int

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → AnyRef → Any
  23. def id: ThriftObjectId

    Permalink
  24. def idIsSet: Boolean

    Permalink
  25. def idOption: Option[ThriftObjectId]

    Permalink
  26. def idOrNull: ThriftObjectId

    Permalink
  27. def idOrThrow: ThriftObjectId

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isSet(field: ThriftPolygonIndex._Fields): Boolean

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → TBase
  30. def mergeCopy(that: ThriftPolygonIndex): ThriftPolygonIndex

    Permalink
    Definition Classes
    ThriftPolygonIndexProxyThriftPolygonIndex → Record
  31. def meta: ThriftPolygonIndexMeta

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def polygonByteArray: Array[Byte]

    Permalink
  36. def polygonByteArrayOption: Option[Array[Byte]]

    Permalink
  37. def polygonIsSet: Boolean

    Permalink
  38. def polygonOption: Option[ByteBuffer]

    Permalink
  39. def polygonOrNull: ByteBuffer

    Permalink
  40. def polygonOrThrow: ByteBuffer

    Permalink
  41. def primaryKey: ThriftObjectId

    Permalink
    Definition Classes
    ThriftPolygonIndex → SemitypedHasPrimaryKey
  42. def read(iprot: TProtocol): Unit

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → TBase → UntypedRecord
  43. def setFieldValue(field: ThriftPolygonIndex._Fields, value: AnyRef): Unit

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → TBase
  44. def sourceIsSet: Boolean

    Permalink
  45. def sourceOption: Option[String]

    Permalink
  46. def sourceOrNull: String

    Permalink
  47. def sourceOrThrow: String

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

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

    Permalink
    Definition Classes
    ThriftPolygonIndex
  50. def toString(): String

    Permalink
    Definition Classes
    ThriftPolygonIndexProxy → AnyRef → Any
  51. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ThriftPolygonIndexProxyThriftPolygonIndex → TBase → UntypedRecord

Inherited from ThriftPolygonIndex

Inherited from Serializable

Inherited from HasPrimaryKey[ThriftObjectId, ThriftPolygonIndex]

Inherited from SemitypedHasPrimaryKey[ThriftObjectId]

Inherited from Record[ThriftPolygonIndex]

Inherited from Ordered[ThriftPolygonIndex]

Inherited from Comparable[ThriftPolygonIndex]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped