Class NutchServerInfo
- java.lang.Object
-
- org.apache.nutch.service.model.response.NutchServerInfo
-
public class NutchServerInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description NutchServerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getConfiguration()
Collection<JobInfo>
getJobs()
Collection<JobInfo>
getRunningJobs()
Date
getStartDate()
void
setConfiguration(Set<String> configuration)
void
setJobs(Collection<JobInfo> jobs)
void
setRunningJobs(Collection<JobInfo> runningJobs)
void
setStartDate(Date startDate)
-
-
-
Method Detail
-
getStartDate
public Date getStartDate()
-
setStartDate
public void setStartDate(Date startDate)
-
getJobs
public Collection<JobInfo> getJobs()
-
setJobs
public void setJobs(Collection<JobInfo> jobs)
-
getRunningJobs
public Collection<JobInfo> getRunningJobs()
-
setRunningJobs
public void setRunningJobs(Collection<JobInfo> runningJobs)
-
-