com.nicta.scoobi.core

DataSink

trait DataSink[K, V, B] extends Sink

An output store from a MapReduce job

Self Type
DataSink[K, V, B]
Linear Supertypes
Sink, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DataSink
  2. Sink
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compressWith(codec: CompressionCodec, compressionType: CompressionType = CompressionType.BLOCK): Sink

    returns

    a new sink with compression enabled

    Definition Classes
    Sink
  2. abstract def compression: Option[Compression]

    returns

    a compression object if this sink is compressed

  3. abstract def outputCheck(implicit sc: ScoobiConfiguration): Unit

    Check the validity of the DataSink specification.

    Check the validity of the DataSink specification.

    Definition Classes
    DataSink → Sink
  4. abstract def outputConfigure(job: Job)(implicit sc: ScoobiConfiguration): Unit

    Configure the DataSink.

    Configure the DataSink.

    Definition Classes
    DataSink → Sink
  5. abstract def outputConverter: OutputConverter[K, V, B]

    Maps the type consumed by this DataSink to the key-values of its OutputFormat.

    Maps the type consumed by this DataSink to the key-values of its OutputFormat.

    Definition Classes
    DataSink → Sink
  6. abstract def outputFormat(implicit sc: ScoobiConfiguration): Class[_ <: OutputFormat[K, V]]

    The OutputFormat specifying the type of output for this DataSink.

    The OutputFormat specifying the type of output for this DataSink.

    Definition Classes
    DataSink → Sink
  7. abstract def outputKeyClass(implicit sc: ScoobiConfiguration): Class[K]

    The Class of the OutputFormat's key.

    The Class of the OutputFormat's key.

    Definition Classes
    DataSink → Sink
  8. abstract def outputPath(implicit sc: ScoobiConfiguration): Option[Path]

    returns

    the path for this Sink.

    Definition Classes
    Sink
  9. abstract def outputValueClass(implicit sc: ScoobiConfiguration): Class[V]

    The Class of the OutputFormat's value.

    The Class of the OutputFormat's value.

    Definition Classes
    DataSink → Sink

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

    returns

    a new sink with Gzip compression enabled

    Definition Classes
    Sink
  9. def configureCompression(configuration: Configuration): DataSink[K, V, B]

    configure the compression for a given job

    configure the compression for a given job

    Definition Classes
    DataSink → Sink
  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. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  15. val id: Int

    unique id for this Sink

    unique id for this Sink

    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 outputSetup(implicit sc: ScoobiConfiguration): 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
    DataSink → Sink
  22. def outputTeardown(implicit sc: ScoobiConfiguration): Unit

    This method is called just after writing data to the sink

    This method is called just after writing data to the sink

    Definition Classes
    DataSink → Sink
  23. lazy val stringId: String

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Sink

Inherited from AnyRef

Inherited from Any

Ungrouped