object HdfsFlow
- Source
- HdfsFlow.scala
- Alphabetic
- By Inheritance
- HdfsFlow
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def compressed(fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, compressionCodec: CompressionCodec, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, NotUsed], RotationMessage, NotUsed]
Java API: creates a flow for org.apache.hadoop.io.compress.CompressionOutputStream
Java 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
- def compressedWithPassThrough[P](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, compressionCodec: CompressionCodec, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, P], OutgoingMessage[P], NotUsed]
Java API: creates a flow for org.apache.hadoop.io.compress.CompressionOutputStream with
passThrough
of typeC
Java API: creates a flow for org.apache.hadoop.io.compress.CompressionOutputStream with
passThrough
of typeC
- fs
Hadoop file system
- syncStrategy
sync strategy
- rotationStrategy
rotation strategy
- compressionCodec
a streaming compression/decompression pair
- settings
hdfs writing settings
- def data(fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, NotUsed], RotationMessage, NotUsed]
Java API: creates a Flow for org.apache.hadoop.fs.FSDataOutputStream
Java API: creates a Flow for org.apache.hadoop.fs.FSDataOutputStream
- fs
Hadoop file system
- syncStrategy
sync strategy
- rotationStrategy
rotation strategy
- settings
hdfs writing settings
- def dataWithPassThrough[P](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings): Flow[HdfsWriteMessage[ByteString, P], OutgoingMessage[P], NotUsed]
Java API: creates a flow for org.apache.hadoop.fs.FSDataOutputStream with
passThrough
of typeC
Java API: creates a flow for org.apache.hadoop.fs.FSDataOutputStream with
passThrough
of typeC
- fs
Hadoop file system
- syncStrategy
sync strategy
- rotationStrategy
rotation strategy
- settings
hdfs writing settings
- 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[Pair[K, V], NotUsed], RotationMessage, NotUsed]
Java API: creates a flow for org.apache.hadoop.io.SequenceFile.Writer with a compression
Java 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
- def sequence[K <: Writable, V <: Writable](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings, classK: Class[K], classV: Class[V]): Flow[HdfsWriteMessage[Pair[K, V], NotUsed], RotationMessage, NotUsed]
Java API: creates a flow for org.apache.hadoop.io.SequenceFile.Writer without a compression
Java 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
- 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[Pair[K, V], P], OutgoingMessage[P], NotUsed]
Java API: creates a flow for org.apache.hadoop.io.SequenceFile.Writer with
passThrough
of typeC
and a compressionJava API: creates a flow for org.apache.hadoop.io.SequenceFile.Writer with
passThrough
of typeC
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
- def sequenceWithPassThrough[K <: Writable, V <: Writable, P](fs: FileSystem, syncStrategy: SyncStrategy, rotationStrategy: RotationStrategy, settings: HdfsWritingSettings, classK: Class[K], classV: Class[V]): Flow[HdfsWriteMessage[Pair[K, V], P], OutgoingMessage[P], NotUsed]
Java API: creates a flow for org.apache.hadoop.io.SequenceFile.Writer with
passThrough
of typeC
and without a compressionJava API: creates a flow for org.apache.hadoop.io.SequenceFile.Writer with
passThrough
of typeC
and 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