|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.coordinator.CONTROLS
public class CONTROLS
Java class for CONTROLS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONTROLS"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="concurrency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="execution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="throttle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
concurrency
|
protected String |
execution
|
protected String |
throttle
|
protected String |
timeout
|
Constructor Summary | |
---|---|
CONTROLS()
|
Method Summary | |
---|---|
String |
getConcurrency()
Gets the value of the concurrency property. |
String |
getExecution()
Gets the value of the execution property. |
String |
getThrottle()
Gets the value of the throttle property. |
String |
getTimeout()
Gets the value of the timeout property. |
void |
setConcurrency(String value)
Sets the value of the concurrency property. |
void |
setExecution(String value)
Sets the value of the execution property. |
void |
setThrottle(String value)
Sets the value of the throttle property. |
void |
setTimeout(String value)
Sets the value of the timeout property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String timeout
protected String concurrency
protected String execution
protected String throttle
Constructor Detail |
---|
public CONTROLS()
Method Detail |
---|
public String getTimeout()
String
public void setTimeout(String value)
value
- allowed object is
String
public String getConcurrency()
String
public void setConcurrency(String value)
value
- allowed object is
String
public String getExecution()
String
public void setExecution(String value)
value
- allowed object is
String
public String getThrottle()
String
public void setThrottle(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |