final case class RotationMessage(path: String, rotation: Int) extends OutgoingMessage[Nothing] with Product with Serializable
Class RotationMessage
represents 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
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RotationMessage
- Serializable
- Product
- Equals
- OutgoingMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected