Packages

object HdfsFlow

Source
HdfsFlow.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HdfsFlow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def compressed(fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, compressionCodec: CompressionCodec, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, NotUsed], RotationMessage, NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.io.compress.CompressionOutputStream

    fs

    Hadoop file system

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    compressionCodec

    a streaming compression/decompression pair

    settings

    hdfs writing settings

  7. def compressedWithPassThrough[P](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, compressionCodec: CompressionCodec, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, P], OutgoingMessage[P], NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.io.compress.CompressionOutputStream with passThrough of type C

    Scala API: creates a Flow for org.apache.hadoop.io.compress.CompressionOutputStream with passThrough of type C

    fs

    Hadoop file system

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    compressionCodec

    a streaming compression/decompression pair

    settings

    hdfs writing settings

  8. def data(fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, NotUsed], RotationMessage, NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.fs.FSDataOutputStream

    Scala API: creates a Flow for org.apache.hadoop.fs.FSDataOutputStream

    fs

    Hadoop file system

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    settings

    hdfs writing settings

  9. def dataWithPassThrough[P](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, P], OutgoingMessage[P], NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.fs.FSDataOutputStream with passThrough of type C

    Scala API: creates a Flow for org.apache.hadoop.fs.FSDataOutputStream with passThrough of type C

    fs

    Hadoop file system

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    settings

    hdfs writing settings

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def sequence[K <: Writable, V <: Writable](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, compressionType: CompressionType, compressionCodec: CompressionCodec, settings: HdfsWritingSettings, classK: Class[K], classV: Class[V]): Flow[HdfsWriteMessage[(K, V), NotUsed], RotationMessage, NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer with a compression

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer with a compression

    fs

    Hadoop file system

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    compressionType

    a compression type used to compress key/value pairs in the SequenceFile

    compressionCodec

    a streaming compression/decompression pair

    settings

    hdfs writing settings

    classK

    a key class

    classV

    a value class

  20. def sequence[K <: Writable, V <: Writable](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings, classK: Class[K], classV: Class[V]): Flow[HdfsWriteMessage[(K, V), NotUsed], RotationMessage, NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer without a compression

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer without a compression

    fs

    Hadoop file system

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    settings

    hdfs writing settings

    classK

    a key class

    classV

    a value class

  21. def sequenceWithPassThrough[K <: Writable, V <: Writable, P](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, compressionType: CompressionType, compressionCodec: CompressionCodec, settings: HdfsWritingSettings, classK: Class[K], classV: Class[V]): Flow[HdfsWriteMessage[(K, V), P], OutgoingMessage[P], NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer with passThrough of type C and a compression

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer with passThrough of type C and a compression

    fs

    Hadoop file system

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    compressionType

    a compression type used to compress key/value pairs in the SequenceFile

    compressionCodec

    a streaming compression/decompression pair

    settings

    hdfs writing settings

    classK

    a key class

    classV

    a value class

  22. def sequenceWithPassThrough[K <: Writable, V <: Writable, P](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings, classK: Class[K], classV: Class[V]): Flow[HdfsWriteMessage[(K, V), P], OutgoingMessage[P], NotUsed]

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer with passThrough of type C and without a compression

    Scala API: creates a Flow for org.apache.hadoop.io.SequenceFile.Writer with passThrough of type C and without a compression

    fs

    sync strategy

    syncStrategy

    sync strategy

    rotationStrategy

    rotation strategy

    settings

    Hdfs writing settings

    classK

    a key class

    classV

    a value class

  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped