Object

org.apache.spark.h2o.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

    Exceptions thrown

    IllegalArgumentException if type is recognized

  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. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
  28. 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

  29. def supportedType(v: Vec): SupportedType

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

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

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

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

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

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

    Permalink

    Method translating SQL types into Sparkling Water types

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

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

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

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

    Permalink
  40. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped