Packages

p

org.antipathy.scoozie

coordinator

package coordinator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Coordinator(name: String, path: String, frequency: String, start: String, end: String, timezone: String, workflow: Workflow, configuration: Configuration, slaOption: Option[OozieSLA] = None) extends XmlSerializable with Nameable with HasConfig with OozieProperties with JobProperties with HasSLA with Product with Serializable

    Oozie coOrdinator definition

    Oozie coOrdinator definition

    name

    the CoOrdinator name

    path

    the HDFS path of the coordinator

    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

    slaOption

    Optional SLA for this coordinator

Value Members

  1. object Coordinator extends Serializable

    Companion object

Ungrouped