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, slaOption: Option[OozieSLA] = None) extends XmlSerializable with Nameable with OozieProperties with JobProperties with HasConfig with HasSLA 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
- slaOption
Optional SLA for this coordinator
Value Members
-
object
Coordinator extends Serializable
Companion object