@Path(value="/services") public class ServicesResource extends Object
| Constructor and Description |
|---|
ServicesResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
commoncrawlDump(ServiceConfig serviceConfig) |
javax.ws.rs.core.Response |
listDumpPaths(String crawlId) |
@GET
@Path(value="/commoncrawldump/{crawlId}")
public javax.ws.rs.core.Response listDumpPaths(@PathParam(value="crawlId")
String crawlId)
@POST @Path(value="/commoncrawldump") public javax.ws.rs.core.Response commoncrawlDump(ServiceConfig serviceConfig)
Copyright © 2021 The Apache Software Foundation