Packages

class H2OContext extends AnyRef

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

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 asH2OFrame(fr: Frame): H2OFrame
  5. def asH2OFrame(s: String): H2OFrame
  6. def asH2OFrame(ds: SupportedDataset, frameName: Option[String]): H2OFrame
  7. def asH2OFrame(ds: SupportedDataset, frameName: String): H2OFrame
  8. def asH2OFrame(ds: SupportedDataset): H2OFrame
  9. def asH2OFrame(df: DataFrame, frameName: Option[String]): H2OFrame
  10. def asH2OFrame(df: DataFrame, frameName: String): H2OFrame
  11. def asH2OFrame(df: DataFrame): H2OFrame
  12. def asH2OFrame(rdd: SupportedRDD, frameName: Option[String]): H2OFrame
  13. def asH2OFrame(rdd: SupportedRDD, frameName: String): H2OFrame
  14. def asH2OFrame(rdd: SupportedRDD): H2OFrame
  15. def asH2OFrameKeyString(ds: SupportedDataset, frameName: Option[String]): String
  16. def asH2OFrameKeyString(ds: SupportedDataset, frameName: String): String
  17. def asH2OFrameKeyString(ds: SupportedDataset): String
  18. def asH2OFrameKeyString(df: DataFrame, frameName: Option[String]): String
  19. def asH2OFrameKeyString(df: DataFrame, frameName: String): String
  20. def asH2OFrameKeyString(df: DataFrame): String
  21. def asH2OFrameKeyString(rdd: SupportedRDD, frameName: Option[String]): String
  22. def asH2OFrameKeyString(rdd: SupportedRDD, frameName: String): String
  23. def asH2OFrameKeyString(rdd: SupportedRDD): String
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. def asRDD[A <: Product](fr: ai.h2o.sparkling.H2OFrame)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): rdd.RDD[A]
  26. def asRDD[A <: Product](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): AnyRef { def apply[T <: org.apache.spark.h2o.Frame](fr: T): org.apache.spark.h2o.RDD[A] }
  27. def asRDD[A <: Product](fr: H2OFrame)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: ClassTag[A]): RDD[A]
  28. def asSparkFrame(s: String): DataFrame
  29. def asSparkFrame(s: String, copyMetadata: Boolean): DataFrame
  30. def asSparkFrame(fr: ai.h2o.sparkling.H2OFrame): DataFrame
  31. def asSparkFrame[T <: Frame](fr: T, copyMetadata: Boolean = true): DataFrame
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. def downloadH2OLogs(destinationDir: String, logContainer: String): String
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def flowURL(): String
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def getConf: H2OConf
  40. def getH2OLogLevel(): String
  41. def getH2ONodes(): Array[NodeDesc]
  42. def h2oLocalClient: String
  43. def h2oLocalClientIp: String
  44. def h2oLocalClientPort: Int
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. val hc: ai.h2o.sparkling.H2OContext
  47. def importHiveTable(database: String = HiveTableImporter.DEFAULT_DATABASE, table: String, partitions: Array[Array[String]] = null, allowMultiFormat: Boolean = false): H2OFrame
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def openFlow(): Unit
  53. def setH2OLogLevel(level: String): Unit
  54. val sparkContext: SparkContext
  55. val sparkSession: SparkSession
  56. def stop(stopSparkContext: Boolean = false): Unit
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. def toH2OFrameKey(ds: SupportedDataset, frameName: String): Key[Frame]
  59. def toH2OFrameKey(ds: SupportedDataset, frameName: Option[String]): Key[Frame]
  60. def toH2OFrameKey(ds: SupportedDataset): Key[Frame]
  61. def toH2OFrameKey(df: DataFrame, frameName: Option[String]): Key[Frame]
  62. def toH2OFrameKey(df: DataFrame, frameName: String): Key[Frame]
  63. def toH2OFrameKey(df: DataFrame): Key[Frame]
  64. def toH2OFrameKey(rdd: SupportedRDD, frameName: Option[String]): Key[_]
  65. def toH2OFrameKey(rdd: SupportedRDD, frameName: String): Key[_]
  66. def toH2OFrameKey(rdd: SupportedRDD): Key[_]
  67. def toString(): String
    Definition Classes
    H2OContext → AnyRef → Any
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  71. object implicits extends H2OContextImplicits with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped