Class/Object

com.outworkers.phantom.udt

UDTPrimitive

Related Docs: object UDTPrimitive | package udt

Permalink

abstract class UDTPrimitive[T] extends Primitive[T] with SessionAugmenterImplicits

Linear Supertypes
SessionAugmenterImplicits, Primitive[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UDTPrimitive
  2. SessionAugmenterImplicits
  3. Primitive
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UDTPrimitive()

    Permalink

Type Members

  1. implicit class RichSession extends SessionAugmenter

    Permalink
    Definition Classes
    SessionAugmenterImplicits

Abstract Value Members

  1. abstract def asCql(value: T): String

    Permalink
    Definition Classes
    Primitive
  2. abstract def deps()(implicit space: KeySpace): Seq[UDTPrimitive[_]]

    Permalink
  3. abstract def deserialize(source: ByteBuffer, protocol: ProtocolVersion): T

    Permalink
    Definition Classes
    Primitive
  4. abstract def name: String

    Permalink
  5. abstract def schemaQuery()(implicit space: KeySpace): ExecutableCqlQuery

    Permalink
  6. abstract def serialize(obj: T, protocol: ProtocolVersion): ByteBuffer

    Permalink
    Definition Classes
    Primitive
  7. abstract def typeDependencies()(implicit space: KeySpace): Seq[ExecutableCqlQuery]

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cassandraType: String

    Permalink
    Definition Classes
    Primitive
  6. def checkNullsAndLength[T](source: ByteBuffer, len: Int, msg: String)(pf: PartialFunction[ByteBuffer, T]): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def dataType: String

    Permalink
    Definition Classes
    UDTPrimitive → Primitive
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def fromRow(index: Int, row: Row): Try[T]

    Permalink
    Definition Classes
    Primitive
  12. def fromRow(column: String, row: Row): Try[T]

    Permalink
    Definition Classes
    Primitive
  13. def frozen: Boolean

    Permalink
    Definition Classes
    Primitive
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def notNull[T](value: T, msg: String): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def nullCheck[T](column: String, row: Row)(fn: (Row) ⇒ T): Try[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  22. def nullCheck[T](index: Int, row: Row)(fn: (Row) ⇒ T): Try[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  23. def nullValueCheck(source: T)(fn: (T) ⇒ ByteBuffer): ByteBuffer

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Primitive
  24. def shouldFreeze: Boolean

    Permalink
    Definition Classes
    Primitive
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SessionAugmenterImplicits

Inherited from Primitive[T]

Inherited from AnyRef

Inherited from Any

Ungrouped