com.nicta.scoobi.io.text

TextFileSink

case class TextFileSink[A](path: String, overwrite: Boolean = false, compression: Option[Compression] = scala.None)(implicit evidence$5: Manifest[A]) extends DataSink[NullWritable, A, A] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DataSink[NullWritable, A, A], Sink, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TextFileSink
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DataSink
  7. Sink
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextFileSink(path: String, overwrite: Boolean = false, compression: Option[Compression] = scala.None)(implicit arg0: Manifest[A])

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. def compress: Sink

    returns

    a new sink with Gzip compression enabled

    Definition Classes
    Sink
  9. def compressWith(codec: CompressionCodec, compressionType: CompressionType = CompressionType.BLOCK): TextFileSink[A]

    returns

    a new sink with compression enabled

    Definition Classes
    TextFileSink → Sink
  10. val compression: Option[Compression]

    returns

    a compression object if this sink is compressed

    Definition Classes
    TextFileSinkDataSink
  11. def configureCompression(configuration: Configuration): DataSink[NullWritable, A, A]

    configure the compression for a given job

    configure the compression for a given job

    Definition Classes
    DataSink → Sink
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. lazy val id: Int

    Definition Classes
    DataSink → Sink
  16. def isCompressed: Boolean

    returns

    true if this Sink is compressed

    Definition Classes
    DataSink → Sink
  17. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  21. def outputCheck(implicit sc: ScoobiConfiguration): Unit

    Check the validity of the DataSink specification.

    Check the validity of the DataSink specification.

    Definition Classes
    TextFileSinkDataSink → Sink
  22. def outputConfigure(job: Job)(implicit sc: ScoobiConfiguration): Unit

    Configure the DataSink.

    Configure the DataSink.

    Definition Classes
    TextFileSinkDataSink → Sink
  23. lazy val outputConverter: OutputConverter[NullWritable, A, A]

    Definition Classes
    TextFileSinkDataSink → Sink
  24. def outputFormat(implicit sc: ScoobiConfiguration): Class[TextOutputFormat[NullWritable, A]]

    The OutputFormat specifying the type of output for this DataSink.

    The OutputFormat specifying the type of output for this DataSink.

    Definition Classes
    TextFileSinkDataSink → Sink
  25. def outputKeyClass(implicit sc: ScoobiConfiguration): Class[NullWritable]

    The Class of the OutputFormat's key.

    The Class of the OutputFormat's key.

    Definition Classes
    TextFileSinkDataSink → Sink
  26. def outputPath(implicit sc: ScoobiConfiguration): Some[Path]

    returns

    the path for this Sink.

    Definition Classes
    TextFileSink → Sink
  27. def outputSetup(implicit configuration: Configuration): Unit

    This method is called just before writing data to the sink

    This method is called just before writing data to the sink

    Definition Classes
    TextFileSinkDataSink → Sink
  28. def outputValueClass(implicit sc: ScoobiConfiguration): Class[A]

    The Class of the OutputFormat's value.

    The Class of the OutputFormat's value.

    Definition Classes
    TextFileSinkDataSink → Sink
  29. val overwrite: Boolean

  30. val path: String

  31. lazy val stringId: String

    Definition Classes
    DataSink → Sink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DataSink[NullWritable, A, A]

Inherited from Sink

Inherited from AnyRef

Inherited from Any

Ungrouped