Packages

p

org.antipathy.scoozie

coordinator

package coordinator

Type Members

  1. case class Coordinator(name: String, frequency: String, start: String, end: String, timezone: String, workflow: Workflow, configuration: Configuration) extends XmlSerializable with Nameable with JobProperties with Product with Serializable

    Oozie coOrdinator definition

    Oozie coOrdinator definition

    name

    the CoOrdinator name

    frequency

    the CoOrdinator frequency

    start

    the CoOrdinator start time

    end

    the CoOrdinator end time

    timezone

    the CoOrdinator time-zone

    workflow

    the workflow to run

    configuration

    configuration for the workflow

Ungrouped