Object

ai.h2o.sparkling.backend.utils

ReflectionUtils

Related Doc: package utils

Permalink

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

    Permalink

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. def api(klazz: Class[_], fieldName: String): API

    Permalink

    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

    Permalink
    Definition Classes
    Any
  6. def classFor(tpe: scala.reflect.api.JavaUniverse.Type): Class[_]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dataTypeFor(columnType: H2OColumn): DataType

    Permalink
  9. def dataTypeFor(v: Vec): DataType

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def fieldNamesOf[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[String]

    Permalink
  13. def fieldNamesOf(t: scala.reflect.api.JavaUniverse.Type): Array[String]

    Permalink
  14. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isBooleanDomain(domain: Array[String]): Boolean

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def javaClassOf(dt: DataType): Class[_]

    Permalink
  20. def javaClassOf[T](implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): Class[_]

    Permalink
  21. def listMemberTypes(st: scala.reflect.api.JavaUniverse.Type): Seq[scala.reflect.api.JavaUniverse.Type]

    Permalink
  22. def memberTypes(p: Product): Array[SupportedType]

    Permalink
  23. def memberTypesOf[T](implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[SupportedType]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def productMembers[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[ProductMember]

    Permalink
  28. def reflector(ref: AnyRef): AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
  29. def supportedType(column: H2OColumn): SupportedType

    Permalink

    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

  30. def supportedType(v: Vec): SupportedType

    Permalink
  31. def supportedTypeFor(tpe: scala.reflect.api.JavaUniverse.Type): SupportedType

    Permalink
  32. def supportedTypeOf(value: Any): SupportedType

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def types(st: scala.reflect.api.JavaUniverse.Type): Array[Class[_]]

    Permalink
  36. def vecTypeFor(dt: DataType): Byte

    Permalink

    Method translating SQL types into Sparkling Water types

  37. def vecTypeFor(t: scala.reflect.api.JavaUniverse.Type): Byte

    Permalink
  38. def vecTypeFor(t: Class[_]): Byte

    Permalink
  39. def vecTypeOf[T](implicit ttag: scala.reflect.api.JavaUniverse.TypeTag[T]): Byte

    Permalink
  40. def vecTypesOf[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Array[VecType]

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped