@Path(value="/system/inputs/{inputId}/extractors")
public class ExtractorsResource
extends RestResource
objectMapper, serverStatus, userService| Constructor and Description |
|---|
ExtractorsResource(InputService inputService,
ActivityWriter activityWriter,
InputRegistry inputs,
com.codahale.metrics.MetricRegistry metricRegistry,
ExtractorFactory extractorFactory) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
create(String body,
String inputId) |
String |
list(String inputId) |
javax.ws.rs.core.Response |
order(String body,
String inputPersistId) |
javax.ws.rs.core.Response |
terminate(String inputId,
String extractorId) |
buildHistogramMap, buildMeterMap, buildTimerMap, bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, json, loadObjectId, page, restrictToMaster, setPrettyPrint@Inject public ExtractorsResource(InputService inputService, ActivityWriter activityWriter, InputRegistry inputs, com.codahale.metrics.MetricRegistry metricRegistry, ExtractorFactory extractorFactory)
@POST @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response create(String body, @PathParam(value="inputId") String inputId) throws NotFoundException
NotFoundException@GET @Produces(value="application/json") public String list(@PathParam(value="inputId") String inputId) throws NotFoundException
NotFoundException@DELETE
@Path(value="/{extractorId}")
@Produces(value="application/json")
public javax.ws.rs.core.Response terminate(@PathParam(value="inputId")
String inputId,
@PathParam(value="extractorId")
String extractorId)
throws NotFoundException
NotFoundException@POST @Consumes(value="application/json") @Path(value="order") public javax.ws.rs.core.Response order(String body, @PathParam(value="inputId") String inputPersistId) throws NotFoundException
NotFoundExceptionCopyright © 2012–2014 TORCH GmbH. All rights reserved.