package coordinator
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
Coordinator(name: String, frequency: String, start: String, end: String, timezone: String, workflow: Workflow, configuration: Configuration) extends XmlSerializable with Nameable with OozieProperties 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
Value Members
- object Coordinator extends Serializable