Packages

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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RotationMessage
  2. Serializable
  3. Product
  4. Equals
  5. OutgoingMessage
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RotationMessage(path: String, rotation: Int)

    path

    an absolute path of an output file in Hdfs

    rotation

    a number of rotation of an output

Value Members

  1. val path: String
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val rotation: Int