Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
extParams |
protected String |
jobId |
protected boolean |
needFeedback |
protected String |
nodeGroup |
protected Integer |
priority
优先级 (数值越大 优先级越低)
|
protected String |
taskId |
protected String |
taskTrackerNodeGroup |
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getExtParams() |
String |
getJobId() |
String |
getNodeGroup() |
String |
getParam(String key) |
Integer |
getPriority() |
String |
getTaskId() |
String |
getTaskTrackerNodeGroup() |
boolean |
isNeedFeedback() |
void |
setExtParams(Map<String,String> extParams) |
void |
setJobId(String jobId) |
void |
setNeedFeedback(boolean needFeedback) |
void |
setNodeGroup(String nodeGroup) |
void |
setParam(String key,
String value) |
void |
setPriority(Integer priority) |
void |
setTaskId(String taskId) |
void |
setTaskTrackerNodeGroup(String taskTrackerNodeGroup) |
String |
toString() |
protected String jobId
@NotNull protected String taskId
protected Integer priority
@NotNull protected String nodeGroup
@NotNull protected String taskTrackerNodeGroup
protected boolean needFeedback
public Integer getPriority()
public void setPriority(Integer priority)
public String getTaskId()
public void setTaskId(String taskId)
public String getNodeGroup()
public void setNodeGroup(String nodeGroup)
public String getTaskTrackerNodeGroup()
public void setTaskTrackerNodeGroup(String taskTrackerNodeGroup)
public boolean isNeedFeedback()
public void setNeedFeedback(boolean needFeedback)
public String getJobId()
public void setJobId(String jobId)
Copyright © 2014. All Rights Reserved.