public class GraphTask extends Task
Java class for GraphType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GraphType">
<complexContent>
<extension base="{}TaskBase">
<sequence>
<element name="JobConf" type="{}propertiesType"/>
</sequence>
</extension>
</complexContent>
</complexType>
Task.Properties, Task.Property| Modifier and Type | Method and Description |
|---|---|
Task.Properties |
getJobConf()
Gets the value of the jobConf property.
|
static Instance |
run(Odps odps,
String project,
GraphTask graphTask,
int priority,
String runningCluster) |
void |
setJobConf(Task.Properties value)
Sets the value of the jobConf property.
|
getCommandText, getComment, getName, getProperties, setComment, setName, setProperties, setPropertypublic GraphTask(String taskName)
public Task.Properties getJobConf()
Properties public void setJobConf(Task.Properties value)
value - allowed object is
Properties public static Instance run(Odps odps, String project, GraphTask graphTask, int priority, String runningCluster) throws OdpsException
OdpsExceptionCopyright © 2022 Alibaba Cloud Computing. All rights reserved.