} catch (JMXConnectionException e) {
return Response.status(503).entity("JMXConnectionException")
.build();
}
logger.debug("node tool ring being called");
return Response.ok(nodetool.ring(keyspace), MediaType.APPLICATION_JSON).build();
}
@GET
@Path("/flush")
public Response cassFlush() throws IOException, InterruptedException, ExecutionException