@Path(value="/system/indexer/failures") public class FailuresResource extends RestResource
objectMapper, serverStatus, userService| Constructor and Description |
|---|
FailuresResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
count(String since) |
javax.ws.rs.core.Response |
single(int limit,
int offset) |
buildHistogramMap, buildMeterMap, buildTimerMap, bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, json, loadObjectId, page, restrictToMaster, setPrettyPrint@GET
@Produces(value="application/json")
@Path(value="count")
public javax.ws.rs.core.Response count(@QueryParam(value="since")
String since)
@GET
@Produces(value="application/json")
public javax.ws.rs.core.Response single(@QueryParam(value="limit")
int limit,
@QueryParam(value="offset")
int offset)
Copyright © 2012–2014 TORCH GmbH. All rights reserved.