org.apache.spark.h2o.converters

ReadConverterContext

trait ReadConverterContext extends AnyRef

Methods which each ReadConverterContext has to implement.

Read Converter Context is a class which holds the state of connection/chunks and allows us to read/download data from those chunks via unified API

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReadConverterContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val chunkIdx: Int

    Chunk Idx/Partition index

  2. abstract def getDouble(columnNum: Int): Option[Double]

  3. abstract def getLong(columnNum: Int): Option[Long]

  4. abstract def getString(columnNum: Int): Option[String]

  5. abstract def isNA(columnNum: Int): Boolean

  6. abstract val keyName: String

    Key pointing to underlying H2OFrame

  7. abstract def numRows: Int

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val get: (DataType) ⇒ (Int) ⇒ Option[Any]

  12. def getBoolean(columnNum: Int): Option[Boolean]

  13. def getByte(columnNum: Int): Option[Byte]

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getFloat(columnNum: Int): Option[Float]

  16. def getInt(columnNum: Int): Option[Int]

  17. def getNullable(dataType: DataType): (Int) ⇒ Any

  18. def getShort(columnNum: Int): Option[Short]

  19. def getTimestamp(columnNum: Int): Option[Long]

  20. def getUTF8String(columnNum: Int): Option[UTF8String]

  21. def hasNext: Boolean

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def increaseRowIdx(): Unit

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. var rowIdx: Int

    Current row index

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped