io.eels.datastream

DataStream

object DataStream

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

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. val DefaultBatchSize: Int

  7. val DefaultBufferSize: Int

  8. def apply[T <: Product](ts: Seq[T])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): DataStream

    Create an in memory DataStream from the given Seq of Products.

    Create an in memory DataStream from the given Seq of Products. The schema will be derived from the fields of the products using scala reflection. This will result in a single partitioned DataStream.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromRowIterator(schema: StructType, iterator: Iterator[Row]): DataStream

  15. def fromRows(_schema: StructType, rows: Seq[Row]): DataStream

  16. def fromRows(_schema: StructType, first: Row, rest: Row*): DataStream

  17. def fromRows(rows: Seq[Row]): DataStream

  18. def fromRows(first: Row, rest: Row*): DataStream

  19. def fromValues(schema: StructType, values: Seq[Seq[Any]]): DataStream

    Create an in memory DataStream from the given Seq of values, and schema.

    Create an in memory DataStream from the given Seq of values, and schema. This will result in a single partitioned DataStream.

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def fromIterator(_schema: StructType, _iterator: Iterator[Row]): DataStream

    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) use fromRowIterator

Inherited from AnyRef

Inherited from Any

Ungrouped