public class JobResource extends AbstractResource
configManager, jobManager, server
Constructor and Description |
---|
JobResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
abort(String id,
String crawlId) |
String |
create(JobConfig config) |
JobInfo |
getInfo(String id,
String crawlId) |
Collection<JobInfo> |
getJobs(String crawlId) |
boolean |
stop(String id,
String crawlId) |
throwBadRequestException
Copyright © 2015 The Apache Software Foundation