Packages

o

ai.h2o.sparkling.backend.utils

ReflectionUtils

object ReflectionUtils

Work with reflection only inside this helper.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReflectionUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type NameOfType = String

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def api(klazz: Class[_], fieldName: String): API

    Return API annotation assigned with the given field or null.

    Return API annotation assigned with the given field or null.

    klazz

    class to query

    fieldName

    field name to query

    returns

    instance of API annotation assigned with the field or null

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def classFor(tpe: scala.reflect.api.JavaUniverse.Type): Class[_]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def dataTypeFor(columnType: H2OColumn): DataType
  9. def dataTypeFor(v: Vec): DataType

    Return catalyst structural type for given H2O vector.

    Return catalyst structural type for given H2O vector.

    The mapping of type is flat.

    v

    H2O vector

    returns

    catalyst data type

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fieldNamesOf[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[String]
  13. def fieldNamesOf(t: scala.reflect.api.JavaUniverse.Type): Array[String]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def javaClassOf(dt: DataType): Class[_]
  19. def javaClassOf[T](implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): Class[_]
  20. def listMemberTypes(st: scala.reflect.api.JavaUniverse.Type): Seq[scala.reflect.api.JavaUniverse.Type]
  21. def memberTypes(p: Product): Array[SupportedType]
  22. def memberTypesOf[T](implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[SupportedType]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productMembers[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[ProductMember]
  27. def reflector(ref: AnyRef): AnyRef { ... /* 2 definitions in type refinement */ }
  28. def supportedType(column: H2OColumn): SupportedType

    This method converts a REST column entity to a data type supported by Spark.

    This method converts a REST column entity to a data type supported by Spark.

    column

    A column entity obtained via H2O REST API

    returns

    A data type supported by Spark

  29. def supportedType(v: Vec): SupportedType
  30. def supportedTypeFor(tpe: scala.reflect.api.JavaUniverse.Type): SupportedType
  31. def supportedTypeOf(value: Any): SupportedType
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def types(st: scala.reflect.api.JavaUniverse.Type): Array[Class[_]]
  35. def vecTypeFor(dt: DataType): Byte

    Method translating SQL types into Sparkling Water types

  36. def vecTypeFor(t: scala.reflect.api.JavaUniverse.Type): Byte
  37. def vecTypeFor(t: Class[_]): Byte
  38. def vecTypeOf[T](implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): Byte
  39. def vecTypesOf[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[VecType]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped