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(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

  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  13. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  27. def supportedType(v: Vec): SupportedType

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

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

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

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

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

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

    Permalink

    Method translating SQL types into Sparkling Water types

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

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

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

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

    Permalink
  38. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped