public class HadoopJobDescriptor extends Object
<hadoopJobDescriptor>
<jobName>ImportRecordsJob</jobName>
<jobDescription>map only job that maps xml metada records from a sequence file into an hbase table</jobDescription>
<id>abc</id>
<status>xyz</status>
</hadoopJobDescriptor>
| Constructor and Description |
|---|
HadoopJobDescriptor()
Instantiates a new hadoop job descriptor.
|
HadoopJobDescriptor(String jobName,
String jobDescription,
String id,
String status,
String startTime,
String lastActivity,
String hadoopId,
String trackingUrl)
Instantiates a new hadoop job descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHadoopId()
Gets the hadoop id.
|
String |
getId()
Gets the id.
|
String |
getJobDescription()
Gets the job description.
|
String |
getJobName()
Gets the job name.
|
String |
getLastActivity()
Gets the last activity.
|
String |
getStartTime()
Gets the start time.
|
String |
getStatus()
Gets the status.
|
String |
getTrackingUrl()
Gets the tracking url.
|
void |
setHadoopId(String hadoopId)
Sets the hadoop id.
|
void |
setId(String id)
Sets the id.
|
void |
setJobDescription(String jobDescription)
Sets the job description.
|
void |
setJobName(String jobName)
Sets the job name.
|
void |
setLastActivity(String lastActivity)
Sets the last activity.
|
void |
setStartTime(String startTime)
Sets the start time.
|
void |
setStatus(String status)
Sets the status.
|
void |
setTrackingUrl(String trackingUrl)
Sets the tracking url.
|
public HadoopJobDescriptor()
public HadoopJobDescriptor(String jobName, String jobDescription, String id, String status, String startTime, String lastActivity, String hadoopId, String trackingUrl)
jobName - the job namejobDescription - the job descriptionid - the idstatus - the statusstartTime - the start timelastActivity - the last activityhadoopId - the hadoop idtrackingUrl - the tracking urlpublic String getJobName()
public void setJobName(String jobName)
jobName - the new job namepublic String getId()
public void setId(String id)
id - the new idpublic String getJobDescription()
public void setJobDescription(String jobDescription)
jobDescription - the new job descriptionpublic String getStatus()
public void setStatus(String status)
status - the new statuspublic String getStartTime()
public void setStartTime(String startTime)
startTime - the new start timepublic String getLastActivity()
public void setLastActivity(String lastActivity)
lastActivity - the new last activitypublic String getHadoopId()
public void setHadoopId(String hadoopId)
hadoopId - the new hadoop idpublic String getTrackingUrl()
public void setTrackingUrl(String trackingUrl)
trackingUrl - the new tracking urlCopyright © 2026. All rights reserved.