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
- 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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Coordinator
- Serializable
- Serializable
- Product
- Equals
- JobProperties
- Nameable
- XmlSerializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Coordinator(name: String, frequency: String, start: String, end: String, timezone: String, workflow: Workflow, configuration: Configuration)
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val configuration: Configuration
- val end: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val frequency: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jobProperties: String
Get the job properties
Get the job properties
- Definition Classes
- Coordinator → JobProperties
-
val
name: String
The name of the object
The name of the object
- Definition Classes
- Coordinator → Nameable
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val start: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timezone: String
-
def
toXML: Elem
The XML for this node
The XML for this node
- Definition Classes
- Coordinator → XmlSerializable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val workflow: Workflow