com.nicta.scoobi.io.sequence

SeqSource

class SeqSource[K, V, A] extends DataSource[K, V, A]

Linear Supertypes
DataSource[K, V, A], Source, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SeqSource
  2. DataSource
  3. Source
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SeqSource(paths: Seq[String], inputFormat: Class[SequenceFileInputFormat[K, V]] = ..., inputConverter: InputConverter[K, V, A], checkFileTypes: Boolean = true, check: (Seq[Path], ScoobiConfiguration) ⇒ Unit = core.Source.defaultInputCheck)

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. val check: (Seq[Path], ScoobiConfiguration) ⇒ Unit

  8. def checkInputPathType(p: Path)(implicit sc: ScoobiConfiguration): Unit

    Attributes
    protected
  9. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromKeyValueConverter: InputConverter[K, V, A]

    map the key-values of a source's InputFormat to the final type produced by it

    map the key-values of a source's InputFormat to the final type produced by it

    Definition Classes
    DataSource → Source
  14. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  16. val id: Int

    returns

    a unique id for this source

    Definition Classes
    DataSource → Source
  17. def inputCheck(implicit sc: ScoobiConfiguration): Unit

    Check if the input path exists, and optionally the expected key/value types match those in the file.

    Check if the input path exists, and optionally the expected key/value types match those in the file. For efficiency, the type checking will only check one file per dir

    Definition Classes
    SeqSourceDataSource → Source
  18. def inputConfigure(job: Job)(implicit sc: ScoobiConfiguration): Unit

    configure the source.

    configure the source.

    Definition Classes
    SeqSourceDataSource → Source
  19. val inputConverter: InputConverter[K, V, A]

    Definition Classes
    SeqSourceDataSource
  20. val inputFormat: Class[SequenceFileInputFormat[K, V]]

    the InputFormat specifying the type of input for this source

    the InputFormat specifying the type of input for this source

    Definition Classes
    SeqSourceDataSource → Source
  21. def inputSize(implicit sc: ScoobiConfiguration): Long

    returns

    the size in bytes of the data being input by this source

    Definition Classes
    SeqSourceDataSource → Source
  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
    SeqSource → 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( ... )

Inherited from DataSource[K, V, A]

Inherited from Source

Inherited from AnyRef

Inherited from Any

Ungrouped