package hdfs
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
-  sealed abstract class FilePathGenerator extends (Long, Long) => Path
-  sealed case class FileUnit(byteCount: Long) extends Product with Serializable
-  final case class HdfsWriteMessage[T, P](source: T, passThrough: P) extends Product with Serializable
-  final class HdfsWritingSettings extends AnyRef
-  sealed abstract class OutgoingMessage[+P] extends AnyRef
-   final  case class RotationMessage(path: String, rotation: Int) extends OutgoingMessage[Nothing] with Product with SerializableClass RotationMessagerepresents an outgoing message of the rotation eventClass RotationMessagerepresents an outgoing message of the rotation event- path
- an absolute path of an output file in Hdfs 
- rotation
- a number of rotation of an output 
 
-  abstract class RotationStrategy extends Strategy
-  abstract class SyncStrategy extends Strategy
-   final  case class WrittenMessage[P](passThrough: P, inRotation: Int) extends OutgoingMessage[P] with Product with SerializableClass WrittenMessagerepresents an outgoing message of the writing eventClass WrittenMessagerepresents an outgoing message of the writing event- P
- type of the value of pass-through 
- passThrough
- a value of pass-through 
- inRotation
- a number of the rotation that writing event occurred 
 
Value Members
-  object FilePathGenerator
-  object FileUnit extends Serializable
-  object HdfsWriteMessage extends Serializable
-  object HdfsWritingSettings
-  object RotationStrategy
-  object SyncStrategy