@Path(value="/system/indexer/indices") public class IndicesResource extends RestResource
objectMapper, serverStatus, userService| Constructor and Description |
|---|
IndicesResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
close(String index) |
javax.ws.rs.core.Response |
closed() |
javax.ws.rs.core.Response |
delete(String index) |
javax.ws.rs.core.Response |
reopen(String index) |
javax.ws.rs.core.Response |
single(String index) |
buildHistogramMap, buildMeterMap, buildTimerMap, bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, json, loadObjectId, page, restrictToMaster, setPrettyPrint@GET
@Path(value="/{index}")
@Produces(value="application/json")
public javax.ws.rs.core.Response single(@PathParam(value="index")
String index)
@GET @Path(value="/closed") @Produces(value="application/json") public javax.ws.rs.core.Response closed()
@POST
@Path(value="/{index}/reopen")
@Produces(value="application/json")
public javax.ws.rs.core.Response reopen(@PathParam(value="index")
String index)
@POST
@Path(value="/{index}/close")
@Produces(value="application/json")
public javax.ws.rs.core.Response close(@PathParam(value="index")
String index)
@DELETE
@Path(value="/{index}")
@Produces(value="application/json")
public javax.ws.rs.core.Response delete(@PathParam(value="index")
String index)
Copyright © 2012–2014 TORCH GmbH. All rights reserved.