com.outworkers.phantom.builder.primitives.Primitives

InetAddressPrimitive

object InetAddressPrimitive extends Primitive[InetAddress]

Linear Supertypes
Primitive[InetAddress], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InetAddressPrimitive
  2. Primitive
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def asCql(value: InetAddress): String

    Converts the type to a CQL compatible string.

    Converts the type to a CQL compatible string. The primitive is responsible for handling all aspects of adequate escaping as well. This is used to generate the final queries from domain objects.

    value

    The strongly typed value.

    returns

    The string representation of the value with respect to CQL standards.

    Definition Classes
    InetAddressPrimitivePrimitive
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cassandraType: String

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val dataType: String

    Definition Classes
    InetAddressPrimitivePrimitive
  12. def deserialize(bytes: ByteBuffer, version: ProtocolVersion): InetAddress

    Definition Classes
    InetAddressPrimitivePrimitive
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromRow(index: Int, row: Row): Try[InetAddress]

    Definition Classes
    Primitive
  17. def fromRow(column: String, row: Row): Try[InetAddress]

    Definition Classes
    Primitive
  18. def frozen: Boolean

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    returns

    A boolean that marks if this should be frozen.

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

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

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. def notNull[T](value: T, msg: String = "Value cannot be null"): Unit

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

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

    Definition Classes
    AnyRef
  26. def nullCheck[T](column: String, row: Row)(fn: (Row) ⇒ T): Try[T]

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

    Attributes
    protected[this]
    Definition Classes
    Primitive
  28. def nullValueCheck(source: InetAddress)(fn: (InetAddress) ⇒ ByteBuffer): ByteBuffer

    Attributes
    protected[this]
    Definition Classes
    Primitive
  29. def serialize(obj: InetAddress, version: ProtocolVersion): ByteBuffer

    Definition Classes
    InetAddressPrimitivePrimitive
  30. def shouldFreeze: Boolean

    Whether or not this primitive should freeze if used together with a primary column.

    Whether or not this primitive should freeze if used together with a primary column. or if used as part of a partition column.

    returns

    A Boolean marking whether or not this should freeze.

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

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Primitive[InetAddress]

Inherited from AnyRef

Inherited from Any

Ungrouped